| | |
| | | } else { |
| | | payloadJson.AWS_Data_Id__c = '{!AWSDataId}'; |
| | | } |
| | | if('{!rtTypeId}'){ |
| | | payloadJson.RecordTypeId = '{!rtTypeId}';//Add by zhj for Record Type Issue 20220421 |
| | | } |
| | | return payloadJson; |
| | | }, |
| | | queryBack:function (data) { |
| | |
| | | result[field_api_name] = ele.value; |
| | | } |
| | | } |
| | | if(document.getElementById(api_id_map['Purpose_Type__c'])){ |
| | | result['Purpose_Type__c'] = document.getElementById(api_id_map['Purpose_Type__c']).value!='_\x01_'?document.getElementById(api_id_map['Purpose_Type__c']).value:''; |
| | | } |
| | | return result; |
| | | } |
| | | function QuerySobjectFromAWS() { |