List of Contributions

Hammad Naeem

*Precisely Software Inc.

Contact Details

*Precisely Software Inc.

My Content

1 to 20 of 50+ total
Posted By Hammad Naeem 05-07-2026 03:27
Found In Egroup: Automate
\ view thread
Hi Julie, Yes, you can use repeating table property to launch multiple children from a parent form. see screenshot below. Find a working copy of solutions attached here: https://nowtransfer.de/2f9d4b2ccb42 userlist: it is a reference list from where users are fetched for resolving child swimlane. ...
Posted By Hammad Naeem 05-04-2026 12:54
Found In Egroup: Automate
\ view thread
Hi Kurt. This is what i love about Javascript capabilities with Automate Evolve. You can surely achieve this, please refer below attached video for steps. NOTE: below video contains both scenarios where you want to disable dates on a single datepicker(0mins to 2:26) or all datepickers (2:26 to ...
Posted By Hammad Naeem 05-04-2026 12:53
Found In Library: Automate
Posted By Hammad Naeem 04-24-2026 04:20
Found In Egroup: Automate
\ view thread
Hi Alex, I tried the import functionality with set Field value rule, it works for me, i tested this on version 26.1 i am attaching the solution and excel file here: https://nowtransfer.de/671306427998 please import the sample solution and test. Do you have complex rules which might be causing the ...
Posted By Hammad Naeem 04-15-2026 02:39
Found In Egroup: Automate
\ view thread
Hi Kurt, There are no additional settings that you need to apply for the data to be visible on next view. There was some binding issue in one of our forms that caused it, also check if you have the same table added on the same view twice, this can also cause the values to reload. I'd suggest you ...
Posted By Hammad Naeem 04-06-2026 05:26
Found In Egroup: Automate
\ view thread
Hi James, Use below code: ------------------------ var ATTACHMENT_BINDING = 'my:Attachment_1'; var CONTROLLING_FIELD_PATH = '/my:myFields/my:field_4'; var REQUIRED_TRIGGER_VALUE = 'X'; var matchingAttachmentSpans = $j('span[binding="' + ATTACHMENT_BINDING + '"]'); var attachmentControl = $j(mat ...
Posted By Hammad Naeem 04-02-2026 07:24
Found In Egroup: Automate
\ view thread
Hi Ed, The trick is to use a custom button to SaveAndRoute / Complete the task, use below code on Custom Button: ---------------------------- var ATTACHMENT_BINDING = 'my:Attachment_1'; var CONTROLLING_FIELD_PATH = '/my:myFields/my:field_4'; var REQUIRED_TRIGGER_VALUE = 'X'; var matchingAttachmentSpans ...
Posted By Hammad Naeem 04-02-2026 05:48
Found In Egroup: Automate
\ view thread
Hi Kurt, We cannot remove the validation on Save and Route / Continue. The dropdown values are validated against the possible values present in the dropdown. Do not force the validation using Force option value property refer screenshot below, set it to false and then remove required property using ...
Posted By Hammad Naeem 03-27-2026 17:55
Found In Egroup: Automate
\ view thread
HI Knavis, There is no exposed view or report to find the fields in current solution. But you can design a form, make a dataconnection in the form to evolve database, and use below queries to pull the relevant data. select ScriptId from FR_FileInfo_ScriptFiles where FileName = 'Solution Name' ...
Posted By Hammad Naeem 03-19-2026 14:52
Found In Egroup: Automate
\ view thread
Hi Kurt, there must be something else blocking this in your main solution, if possible, can you share a copy of the original solution or may be raise a support ticket so that we can have a closer look at it. Regards ------------------------------ Hammad Naeem *Precisely Software Inc. ------ ...
Posted By Hammad Naeem 03-18-2026 19:03
Found In Egroup: Automate
\ view thread
Hi Kurt, Javascript shared looks fine to me syntax wise, is it possible if you can replicate this in a smaller version and share the solution using link: NowTransfer.de i can have a look to see if there is something missing. Regards ------------------------------ Hammad Naeem *Precisely Software ...
Posted By Hammad Naeem 02-27-2026 18:16
Found In Egroup: Automate
\ view thread
Hi Kurt. Use below code to show attachment as required and set it to not required on field change. -------------------------- var theBinding = 'my:Attachment_1'; var attachments= $j('span[binding="' + theBinding + '"]'); var attSpan = $j(attachments[0]); if ($form.getValue('/my:myFields/my:field_4') ...
Posted By Hammad Naeem 02-27-2026 17:35
Found In Egroup: Automate
\ view thread
Hi Kurt, you can modify the javascript code as below: ----------------------------------------- if ($form.getValue('/my:myFields/my:field_4') == 'X') ( SVFormInternalAttachmentValidations['my:Attachment_1'].minimum = 1 ) else ( var theBinding = 'my:Attachment_1'; SVFormInternalAttachmentVa ...
Posted By Hammad Naeem 02-27-2026 04:42
Found In Egroup: Automate
\ view thread
Hi Norbert, You can upload the files on NowTransfer.de and share the download link. Regards ------------------------------ Hammad Naeem *Precisely Software Inc. ------------------------------
Posted By Hammad Naeem 02-26-2026 14:07
Found In Egroup: Automate
\ view thread
Hi Norbert, Is it possible if you can share the reference data list and a sample solution. Though you explained it really well, but it will be easier if you can provide the solution with relevant reference list, i can run a few tests and let you know. Regards ------------------------------ ...
Posted By Hammad Naeem 02-20-2026 14:33
Found In Egroup: Automate
\ view thread
Hi Julie, You can use AutoSaveInterval key to Autosave the form, refer: Workflow Configuration Options • Automate Evolve User Guide • Welcome to the Precisely Help Center But this takes arguments in minutes, so you have to leave the form open for at least a minute. Alternatively: You can tweak ...
Posted By Hammad Naeem 02-03-2026 04:57
Found In Egroup: Automate
\ view thread
Hi Renette, Solution is available on below link, when you enter X in Field_4 it will set Attachment control mandatory and require atleast one attachment, else it will set it to 0, refer rule applied on Field_4. https://nowtransfer.de/21826f8fa5ff hope this helps. Regards ------------------------------ ...
Posted By Hammad Naeem 01-21-2026 15:04
Found In Egroup: Automate
\ view thread
Hi James, Unfortunately, we do not have a direct way to restrict the Delegation for a solution, but there is an alternative way to restrict it, you can mention the filter 'Delegate assignments where the solution-*' If your Solutions contain a specific pattern, you can make use of this filter. For ...
Posted By Hammad Naeem 11-13-2025 15:59
Found In Egroup: Automate
\ view thread
Hi Renette, Above link expired, please find Form Solution and Solution Data Library here : https://nowtransfer.de/b209b3c7a6a3 Hope this helps. Regards ------------------------------ Hammad Naeem *Precisely Software Inc. ------------------------------
Posted By Hammad Naeem 11-05-2025 12:02
Found In Egroup: Automate
\ view thread
Hi Renette, You can try placing 'Automate Update plugin' in a loop, and check the log field if the field contains error or any special keyword like Lock etc, then loop should reschedule the job for posting else exit the loop and continue with workflow. for similar behavior you can refer : htt ...