Is there a way to save the value that is in the 'Display' object type to the database, so it can be displayed in the Browse screen?
To elaborate: I have a display object type that is used to display an inner join quarry. That display value might get changed (based on the quarry), but the important thing is I want to be able to display the value in the Browse screen. Can this easily be done or should i be using another object to achieve the desired result?
and suggestions you can provide is great appreciated.
Thanks!
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Save display object value
-
- Posts: 12
- Joined: Fri Sep 11, 2015 7:50 pm
Re: Save display object value
Hi,
I solved this problem by using PHP coding (Custom Code -> After Save). A lot of the help came from the online demo.
Thanks!
I solved this problem by using PHP coding (Custom Code -> After Save). A lot of the help came from the online demo.
Thanks!