You need to sign in to do that
Don't have an account?
Field ************* is inaccessible. Please review all fields referenced by the formula.
Hi,
Am trying to upload this package and I am getting the following error. Looks like something changed in summer 13. I get an error with the following three formula.
1.
If (
AND (
ISPICKVAL(Status__c, 'Yes'),
ISPICKVAL(LineType__c,'Free'),
TODAY() > ( Account__r.temp_c + Date__c ),
TODAY() <= Account__r.temp__c + Date__c )
)
,
Value__c
,
0
)
2.
Money__r.DueDate__c (Date field)
3.
Money__r.Status__c (Picklist)
The error i am getting for all three is:
Field ************* is inaccessible. Please review all fields referenced by the formula. Context: common.formula.EntityFormulaContext
Thanks
Uves
Problem is looking like to be related with permission not available on profile level for these fields which you are using in formulas
All Answers
Hello,
Where exactly are you gettin this error? In your dev instance, when creating a package, when installing a package?
Can you describe a little the metadata, the objects and their relationship?
What is the ************ ? Is this exactly how it's shown? Try to remove fields from your formulas, 1 by 1, until the error disappears.
Thanks,
Adrian
Problem is looking like to be related with permission not available on profile level for these fields which you are using in formulas
Hi,
Please check the permissions on the object's field which is not accessible in respective profile.
It may be prevented from respective profile due to permission sets.
Thanks,
Sachin.
Please check the permissions on the object's field which is not accessible in respective profile