Page 1 of 1

New User Email Link Revision

Posted: March 7th, 2023, 10:52 am
by JustinVanRegenmorter
As of DesignTime Revision 2542 and RunTime Revision 1171, the new user email can have a link to the IDE included. This is handled by a new checkbox labeled "IDE Developer?"

Existing tenants need to make a change before this link will be added on.
  • In your tenant's Security application, you can check out the CreateUser API's PUT Verb. If you scroll to the bottom right of the canvas you can replace the existing three services: A binary decision called SCMDeveloper, a binary decision called PD, if you have it an Evaluate off the Yes exit of the PD service called Email.
Existing Services.png
  • In its place you can copy from the attached New Services.txt document and paste the following data to create two new services where the old services were.
Services.png
  • Finally connect the GetCurrentSCMPath service to the Developer binary decision. Connect the No of the Developer binary decision to the Tenant_Admin service and connect the SendEmail service to the Output service.