why do I get this:
Default Price List: Could not find a property named 'new_worldterritoryid' on type 'Microsoft.Dynamics.CRM.account'.
...from this:
this.determineDefaultPxLst = function (ExecutionContext, accountid) { formContext = ExecutionContext.getFormContext(); Xrm.WebApi.retrieveRecord("account", accountid, "?$select=name&$expand=new_worldterritoryid($select=_new_defaultpricelevelid_value)").then(
And, yes, it's there. Has been for months.
*This post is locked for comments