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-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 ...
Posted By Hammad Naeem 10-24-2024 11:36
Found In Egroup: Automate
\ view thread
Hi Jayasri, Sam from Support team created this article : Evolve: Open in Studio/Open in Excel buttons not working . We are planing to role this out in our next major release. Regards ------------------------------ Hammad Naeem Precisely Software Inc. ------------------------------
Posted By Hammad Naeem 10-24-2024 02:30
Found In Egroup: Automate
\ view thread
Hi Everyone. Due to recent updates in Chrome and Edge browser, below highlighted buttons are not working. Resolution : Login into Evolve server. Go to path : \\Program Files\Precisely\AutomateEvolveServer\ui\assets\workflow\js\lg Take backup of file svform.js Open the file svform.js Search ...
Posted By Hammad Naeem 10-10-2024 03:13
Found In Egroup: Automate
\ view thread
Hi Obada, here is something that might help: https://customer.precisely.com/s/article/Using-SAML-on-Evolve-unable-to-add-new-users-to-the-site-360060469631?language=en_US if the above steps does not resolve the issue, raise a support ticket and share the logs with precisely support as mentioned ...
Posted By Hammad Naeem 10-03-2024 14:12
Found In Egroup: Automate
\ view thread
Hi Ann Davis, you can make use of the match function in the workflow. Refer screenshot attached below : For testing I am setting the field with a value setter, in your case it will be coming from 'Automate Update' plugin. I have attached a copy of the solution over link : https://nowtransfe ...
Posted By Hammad Naeem 07-24-2024 01:35
Found In Egroup: Automate
\ view thread
Hi Shelby, If it is not under deleted items in recycle bin, it might have been archived. You can check it on archive page : Administration App-> Archive. If it is not visible as well, Run query on evolve database : select * from FR_FileInfo_DataFiles where FileName = 'Name of the Document' ...
Posted By Hammad Naeem 07-23-2024 04:43
Found In Egroup: Automate
\ view thread
Hi Shelby, you can restore deleted documents from Recycle bin. Go to Administration app -> from left menu select Recycle Bin -> Expand documents section and restore the desired document. Note : by default deleted items from recycle bin are permanently removed from the system after 30 days. ...
Posted By Hammad Naeem 05-11-2024 11:13
Found In Egroup: Automate
\ view thread
Hello Mei jing chan, You can raise a support ticket regarding this so that someone from the team can have a closure look at you servers and other architectural details. Regards Hammad Naeem ------------------------------ Hammad Naeem Precisely Software Inc. ------------------------------
Posted By Hammad Naeem 05-08-2024 03:42
Found In Egroup: Automate
\ view thread
Hi Mei Jing Chan, make sure you have following entries in your services file at path C:\Windows\System32\drivers\etc on your worker server If the entries are missing, route to path C:\Windows\System32\drivers\etc (on server where worker is installed). open Services file and make above mentioned ...
Posted By Hammad Naeem 04-24-2024 03:27
Found In Egroup: Automate
\ view thread
Hi Polley, We do not allow merging on number element , for example if you merge numbers 564 987 and 546 in a comma separated list it will evaluate to 564,987,546 which looks like a large number and not a list, which can be miss leading. As a solution you can add a text-box on the form and promote ...
Posted By Hammad Naeem 04-19-2024 10:25
Found In Egroup: Automate
\ view thread
Hi Skander, Unfortunately, I do not see any option to add members to the task for already existing tasks. only reassignment is possible. Regards ------------------------------ Hammad Naeem Precisely Software Inc. ------------------------------
Posted By Hammad Naeem 04-16-2024 11:17
Found In Egroup: Automate
\ view thread
Hi Alexnader, Go to the app for which you want to check the scheduled query jobs. from left menu go to calendar and switch to grid view (click grid view button on top right corner). On grid view check if there are any scheduled jobs, scheduled to run daily, monthly etc. you can delete this ...