New pages
Jump to navigation
Jump to search
2 May 2025
- 14:0114:01, 2 May 2025 Get delegates for actor (hist | edit) [261 bytes] Smtxwiki (talk | contribs) (Created page with "In case you need to get the delegates of an actor, you can make use of an additional parameter return WorkflowInterface.getSteps(ticketId, { includeactordelegates : true }) With this extra parameter, you will receive the delegates of each actor in a workflow")
2 April 2025
- 11:5211:52, 2 April 2025 Calculate the birthdate of a 18 year old person (hist | edit) [285 bytes] Smtxwiki (talk | contribs) (Created page with "Below is an example code to calculate the birthdate of a person that turns 18 today format('{0:yyyyMMdd}', DateAdd(ToDate('#REPLACE-FORMFIELD-FormName||TodayDateField||#'), -18, 'Y'))")