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

Unable to find field sort_order_c
Hi,
I have below statement in one of my apex class. I found first 3 words in the object fields but I'm unable to find Sort_Order__c. Can anyone please tell me if this is keyword, if so what it does. If not please let me know where can I find this variable in salesforce setup .
PriceBookEntry.Product2.Product_Family__r.Sort_Order__c
Arun
I have below statement in one of my apex class. I found first 3 words in the object fields but I'm unable to find Sort_Order__c. Can anyone please tell me if this is keyword, if so what it does. If not please let me know where can I find this variable in salesforce setup .
PriceBookEntry.Product2.Product_Family__r.Sort_Order__c
Arun
Seems like is a custom field in a custom object named Product Family (Product_Family__c), I think that the developers decided to create a custom object related to product object to manage their own product families.
Emmanuel Cruz