hi guys, i am trying get alert message onAfterUpdate and it is working but the field is a foreign key from another table,
1- so say message says: Room {roomno} was udpated. and that is fine, but i have some rooms with BA BC in the other table, so here I’m getting only the id of the roomno, so how to make the message display the primary value of the field instead of the foreign key?
2- if i have multiple records form, and user updates 3 or 4 rooms then he will get 3 repeated messages like Room X was updated, Room Y was updated. Room Z was updated… .all after each other… how i can make one alert message displays something like this:
Rooms x,y and Z were updated. should i use the onAfterUpdateAll??