force-app/main/default/pages/NewConsumApplyEquipmentSetDetail.page
@@ -11,6 +11,7 @@ } </style> <script> AWSService.sfSessionId = '{!GETSESSIONID()}'; //Initial Required Information var staticResources = JSON.parse('{!staticResource}'); var requiredFieldAPIList = JSON.parse('{!requiredFieldAPIListStr}'); @@ -55,7 +56,9 @@ } else { payloadJson.AWS_Data_Id__c = '{!AWSDataId}'; } debugger if('{!rtTypeId}'){ payloadJson.RecordTypeId = '{!rtTypeId}';//Add by zhj for Record Type Issue 20220421 } return payloadJson; }