force-app/main/default/pages/NewRentalApply.page
@@ -67,7 +67,9 @@ } else { payloadJson.AWS_Data_Id__c = '{!AWSDataId}'; } debugger if('{!rtTypeId}'){ payloadJson.RecordTypeId = '{!rtTypeId}';//Add by zhj for Record Type Issue 20220421 } return payloadJson; } //Add Button status start 20220418