Forum Discussion
HI Angelalp !
This way will change all the fields in ARAS, I only need to change specific fields, I hope there is a more suitable method for me.
thank you!!
Hello Zachary,
You can try adding one federated property on relationship item type,also on that relationship item type add server event "OnAfterGet" and update that property using this.setProperty(PropertyName, Value);
this will have all items in relationship so use this.getItemCount() to get all item and update specific item using for loop.
- Zachary6 years agoIdeator I
Hi, thanks for reply !
This method will change the data in the database, and because the data type ( decimal & int ) can not use setProperty set the thousand separator in it, so this method is not suitable for me, thank you!
- prafulsh_gurav_gmail_com6 years agoIdeator I
Hi Zachary,
Data will not saved to database if property is federated.
Check this out :
Also you cannot find that property in database.
Thanks