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
BeatofHeartBeatofHeart 

Parital hierachy

Hello,

 

we are trying to implement partial hierarcy in Sf. i have a One to many relation from custom object  to products. when we do v look up for products it will papulate the remaining fields from product to custom object.( we wrote some formuale on remaining product fields.( 6 fields on products) 

 

but our requirement was we need to do some how user wants to fill this only when they have total information, is there any way i can do partial hierarchy from  other object? 

 

 

Rahul_sgRahul_sg
in your formula you can check if total information is available if it is available then only fill those fields.
BeatofHeartBeatofHeart

Probably i need to explain in betterway, i only need to fill half of product information not complete. how to do that.