You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct bug related to STANDARD_WITHOUT_CURRENCYISO
The STANDARD_WITHOUT_CURRENCYISO value for RecordType needed to be corrected.
RecordType.getSObjectType.getDescribe().getName()
was changed to
RecordType.SObjectType.getDescribe().getName()
0 commit comments