Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Save display object value

Locked
Richsurvey
Posts: 12
Joined: Fri Sep 11, 2015 7:50 pm

Save display object value

Unread post by Richsurvey »

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!
Richsurvey
Posts: 12
Joined: Fri Sep 11, 2015 7:50 pm

Re: Save display object value

Unread post by Richsurvey »

Hi,

I solved this problem by using PHP coding (Custom Code -> After Save). A lot of the help came from the online demo.

Thanks!
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Save display object value

Unread post by admin »

Great!
Locked