List of Contributions

Hammad Naeem

*Precisely Software Inc.
Employee

Contact Details

*Precisely Software Inc.

My Content

1 to 20 of 50+ total
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 ...
Posted By Hammad Naeem 10-06-2025 08:55
Found In Egroup: Automate
\ view thread
Hi Susa, Try setting below workflow configuration key. refer documentation :https://help.precisely.com/r/t/1016755429/2025-03-10/Automate-Evolve/pub/Latest/en-US/Automate-Evolve-User-Guide/Workflow-Configuration-Options?tocId=YHI7q5F3pwhepjvzZMGgJQ This generally works for Email approved tasks/Approvals, ...
Posted By Hammad Naeem 09-11-2025 10:19
Found In Egroup: Automate
\ view thread
Hey Ann, In my example i have added unRestricted and BlockedStock based on plant number and then copied the data to another repeating table. Please find solution attached on link : https://nowtransfer.de/9342945ecfdc There is a javascript code rule on Button_13 that you can use to implement ...
Posted By Hammad Naeem 02-24-2025 14:24
Found In Egroup: Automate
\ view thread
Hi Alexey, You can try creating a custom plugn. First fetch the json value in a textarea on the form using 'set Form Data' Plugin. Now the custom plugin would parse through this json and set the form fields. consider json as : ("field_1dtstr":"test1","field_2dtstr":"teest2") //code starts here ...
Posted By Hammad Naeem 02-10-2025 13:10
Found In Egroup: Automate
\ view thread
Hi Alexey, renderRows method from frmRenderer.js is invoked on navigating through pages in a repeating tabel. This method expects a single parameter : "Argument" which is degined as below. to invoke this from forms custom javascript u can use snipped renderer.renderRows(theArguments); --------------- ...
Posted By Hammad Naeem 02-10-2025 12:55
Found In Egroup: Automate
\ view thread
Hi Shelby, I analyzed the workflow, so far it does not look like any issue with workflow, i cannot get much insights as i do not have relevant data, Is it possible for you to share the dataconnections and Solution data library used in the solution? If possible, please zip them and attach them here. ...
Posted By Hammad Naeem 02-07-2025 12:48
Found In Egroup: Automate
\ view thread
Hi Shelby, I Believe you are refering to the workflow shown below : If yes, then please confirm, i will go through the workflow and try to point out if there is any issue in which the plugins are configured. Also i can see multiple 'Update solution data library' plugins,please confirm if all ...
Posted By Hammad Naeem 02-07-2025 03:28
Found In Egroup: Automate
\ view thread
Hi All, Consider a scenario where an automate update plugin runs and post data to sap, based on the log messages recieved if there is any error in any one of the material, we want to route workflow to Review Route else proceed to Posting or create child forms etc, usually this requires a manual step ...
Posted By Hammad Naeem 02-07-2025 01:24
Found In Egroup: Automate
\ view thread
Hi Shelby, what i understand is that you want to get rid of a value from Soltion_data library. There is no option to manually edit the data in solution data library, you can create a solution and use 'Update Solution Data Library' plugin to delete the values. configure plugin based on filter. for ...
Posted By Hammad Naeem 11-03-2024 11:25
Found In Egroup: Automate
\ view thread
Hi Scott, Looks like the query is running in a loop, it should stop on a single error pop up, we'll need more information on this, please raise a support ticket for this. Regards ------------------------------ Hammad Naeem Precisely Software Inc. ------------------------------
Posted By Hammad Naeem 10-28-2024 08:17
Found In Egroup: Automate
\ view thread
Devops team will take care of making the changes. once the changes are made it will only fix launch studio issue and not the Rules dialog. we are still analyzing the issue, we will publish the changes once we .confirm the fix. Regards ------------------------------ Hammad Naeem Precisely Software ...
Posted By Hammad Naeem 10-28-2024 03:51
Found In Egroup: Automate
\ view thread
Hi Ann, I am facing this issue as well, this is happening due to recent chromium updates. I have created an article for other issue that ocured for the same reason, refer : https://community.precisely.com/discussion/outage-open-in-studio-and-open-in-excel-button-stopped-working-after-chromium-an ...