what is the equivalent of sc_master_value TO SIMPLY read a master value?

hi all from France!!!

anybody knows what is the equivalent of sc_master_value TO SIMPLY read a master value?

I want just to READ a master value instead of SET a master value with sc_master_value function…

best regards!

Re: what is the equivalent of sc_master_value TO SIMPLY read a master value?

The master value should just be the ID field, so {master_fieldname} should return the value for that form?

Regards,
Scott.

Re: what is the equivalent of sc_master_value TO SIMPLY read a master value?

Hi,

I have a same problem. I need to read a field’s value from the master application.
Simply using {field_value_of_a_master_application} method is not working.
Any idea?

Hi ScottMartin.
What you mean is that in a detail App created with the Master-Detail feature, you can access the Master ID by using the field name used in the Master Link ?
As this Master Link is different for a detail Form App and a detail Grid App, which one are you referring to?
I’m describing my issue here and haven’t found anyone so far able to solve it …