function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
steve456steve456 

Need clarity

I have Orders and Order Entry two objects (Master Detail relationship)

 

so Far gud

 

For example say i have entered one record in Order Entries

 

When i am making a second record entry in order entry  can i use the values or referencing of the first record which belong to the same Order.

 

 

Ritesh AswaneyRitesh Aswaney

if you mean making a reference to the first Order Entry via a SOQL Query in a trigger, yes that is possible.

 

steve456steve456

not through trigger...its just the front end

ajmerakavitaajmerakavita

Just via front end this is not possible.

Surely you can achieve it through coding.

steve456steve456

could you give d sample code