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 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 ...
Posted By Hammad Naeem 04-13-2024 08:15
Found In Egroup: Automate
\ view thread
Hi Ramesh, I am not sure in which version archiving was introduced, if it was 10.8 or earlier version as well, but here is a link for 10.8 version that you can follow and try setting up the archival of documents. For details on archiving in foundation version refer link : https://docs.precisely ...
Posted By Hammad Naeem 04-13-2024 08:09
Found In Egroup: Automate
\ view thread
Hi Alexendar, use below mentioned javascript code to update maximum or minimum number of attachments on your form : SVFormInternalAttachmentValidations['my:Attachment_1'].minimum Notice the binding given to SVFormInternalAttachmentValidations is create as 'my:Name_Of_Attachment_Control_on_form' ...
Posted By Hammad Naeem 04-09-2024 13:23
Found In Egroup: Automate
\ view thread
Hi RTX Polley. Go to Composer and set column property for Process History group to '1' as shown in below screenshot. Deploy the solution, and launch template. Now you can see extended comment section as shown below. Hope this helps. Regards ------------------------------ Hammad ...
Posted By Hammad Naeem 03-29-2024 14:45
Found In Egroup: Automate
\ view thread
Hi Thersha, You can try downloading installers from Precisely data Experience (PDX), here is an article link : https://customer.precisely.com/s/article/Downloading-Software-and-Data-from-the-Precisely-Data-Experience-PDX?language=en_US link to PDX : https://data.precisely.com/home Hope this ...
Posted By Hammad Naeem 03-26-2024 16:27
Found In Egroup: Automate
\ view thread
Hi Marcel, Refer article to download and place required files : https://customer.precisely.com/s/article/Steps-to-Download-SAP-NW-RFC-SDK-files-6082267463451?language=en_US Hope this Helps. Regards ------------------------------ Hammad Naeem Precisely Software Inc. ------------------ ...
Posted By Hammad Naeem 03-23-2024 09:44
Found In Egroup: Automate
\ view thread
Hi Scott, 'Upload Excel Data' functionality is not available for nested tables, neither we can use 'Copy Table Data' rule. One way to do it is : Create a repeating table on the form, upload the data in this table using 'upload excel data' option Now using 'Data connection' webservice of type ...
Posted By Hammad Naeem 03-20-2024 15:32
Found In Egroup: Automate
\ view thread
Hi Mirka, Just tried out your code and found that 'Contains' method doesn't work, you need to use match method. So, your code should look like: --------------------------------- // code starts here var rows = count('my:myFields/my:Sales_Purchasing_data/my:Input/my:Repeating_Content/my:Material_Description_2'); ...
Posted By Hammad Naeem 03-20-2024 12:39
Found In Egroup: Automate
\ view thread
Hi Mirka, Line 1 in code above how you are calculating the number of rows must be throwing an error, it should changed to : var rows = count('my:myFields/my:Sales_Purchasing_data/my:Input/my:Repeating_Content/my:Material_Description_2'); // basically xpath of any of the field in repeating table. ...
Posted By Hammad Naeem 03-18-2024 13:51
Found In Egroup: Automate
\ view thread
Hi Mirka, If your question is related to form solutions, then you can use javascript code to loop through all rows and set the value. please find an example attached in link : https://nowtransfer.de/733b2d2cb5ce in the solution upload the excel data provided in within the link, If the field value ...
Posted By Hammad Naeem 03-15-2024 12:37
Found In Egroup: Automate
\ view thread
Hi Vanessa, I gave it a try to download the file from sharepoint document library, this is the closest i can get. ------------------ // powershell command starts here #Config Variables $SiteURL = "http://sharepoint2016/formex/" $FileServerRelativeURL = "http://sharepoint2016/formex/HNDocs/" $DestinationFolder ...
Posted By Hammad Naeem 03-14-2024 07:57
Found In Egroup: Automate
\ view thread
Hi Andrew, I just checked, the script data is not available directly in database, Script files are encoded in base64 and then saved in database. So creating a report which can fetch you all the columns is not an option. Regards ------------------------------ Hammad Naeem Precisely Software ...
Posted By Hammad Naeem 03-14-2024 06:40
Found In Egroup: Automate
\ view thread
Hi Andrew, Can also clear if you are using Foundation with Sharepoint or Automate Evolve? Regards ------------------------------ Hammad Naeem Precisely Software Inc. ------------------------------
Posted By Hammad Naeem 03-14-2024 05:25
Found In Egroup: Automate
\ view thread
Hi Andrew, Can you please clear what type of solutions you are referring to, is it Form Solutions, Excel Solutions or both, Pulling such a report in Automate Evolve can be easy for Form Solutions as we just need to query the right table and check if the field is available in the FORMXML or not, ...
Posted By Hammad Naeem 03-13-2024 15:33
Found In Egroup: Automate
\ view thread
Hi Jamie, I have shared the solution on the link : https://nowtransfer.de/55e1dd52c352 I have added a data connection to my evolve database to fetch the process Id. On "Originator View" you can set the document name, on next view you can use this Document/Process name to fetch the process id using ...
Posted By Hammad Naeem 03-13-2024 15:05
Found In Egroup: Automate
\ view thread
Hi Vanessa, To download the file from the sharepoint list into a folder using workflow, you can make make use of "Execute Powershell" plugin. https://winshuttle-help.s3.amazonaws.com/foundation/en/composer/composer-plugins-execute-powershell.htm The powershell command file is attached below. provide ...
Posted By Hammad Naeem 03-13-2024 02:49
Found In Egroup: Automate
\ view thread
Hi Vanessa, You can try creating a workflow with "Add Attachment" plugin to fetch the file on the form in an attachment element and then use "send email" plugin to email it to the users. So typically your workflow will look like : Start -> Add Attachment plugin -> send email plugin -> end. Only ...
Posted By Hammad Naeem 03-07-2024 09:22
Found In Egroup: Automate
\ view thread
Hi Alex, To reset the fields with no default values use code below : ------------------------- // code starts here var AllFields = renderer.formModel.getForm_DataByProperty(renderer.formModel.Schema, "binding", null, true); for (i = 0; i < AllFields.length; i++) ( $form.setValue(AllFields[i].binding,'') ...