Closed chivandikwa closed 1 year ago
Hi Thulani,
You can use the same script, but instead of lookupTypesOf("Attribute");
, you'll need to change that to lookupTypesOf("DTO-Field");
.
In general, to know the specialization type of any element in the designer, simply click on it and in the properties its name will show. For example on a DTO field:
Let us know if this doesn't solve your issue.
Thanks @garethbaars that was a lightning fast response!
Ask a question
Hi,
Please kindly assist me in figuring out a script to update all fields of my Contracts in the Services to be TitleCase
I have managed to do the following for the domain which works, but unable to do the something similar for the services