You need to sign in to do that
Don't have an account?

object formula
i have two custom object Asset and Goal. i have to write a formula for goal object field where i need to use a field of asset object. there is no relation between these two objects then how do i use the field of Asset object.
can i get a solution for the same
if there is no relation no way u to get the one object field in other....
I tried creating a dummy relation of look upp but still none of the fields are visible...
I want to get the field from Asset into my Goal object formula so wat relation is required in that case...
can i get some help and example if possible as i am veyr new to implementing formulas in salesforce
so on which object that u created the relation?
I created a field in assetl which has a datatype as look up to goal object...
then you can create a cross object formula field on asset to access the goal object field.. r u doing the same?
Hi,
If you have to create formula field on goal object using asset field, Create a field in goal object which will have a relation to asset.
Create a formula field and insert the fields from asset.
...Natraj