Need to filter Bank Accounts in custom record, based on the subsidiary selected in the same record. Need this filtration in both create and Edit mode. solution: Add a virtual field in user event: const beforeLoad = (scriptContext) => { try { //get the field Ids for the standard… Continue reading Filtering bank Accounts based on the Subsidiary selected