How UpdateDataTableEntriesWithQuery works ?
Has someone used this function ?
I need to update datatable entries, but with a query because I have to udpate just records where an integer field is above a certain value ....
Has someone used this function ?
I need to update datatable entries, but with a query because I have to udpate just records where an integer field is above a certain value ....
was able to run the service correctly
followed this https://www.ptc.com/it/support/article/CS214925 even if it is not written so clear.
It was important to use values and values2 for the fields that has to be updated:
values and query are used just to search the rows to be updated.
values2 specify the fields that will be to be updated (for all the rows found matching "values" and "query").
CIAO!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.