Forum Discussion
Hi Zachary,
maybe this one is the perfect solution for your use case. I once found this blog article from cyl´s notes:
https://cylnote.blogspot.com/2019/09/display-thousands-separator-in-aras.html
I really like the shown modification, but I never tested it.
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!!
- prafulsh_gurav_gmail_com6 years agoIdeator II
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 II
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 II
Hi Zachary,
Data will not saved to database if property is federated.
Check this out :
Also you cannot find that property in database.
Thanks