Blogs
-
What a Salesforce Developer can Learn Other than Salesforce Platform
“Above given technologies are top 8 technologies of 2019. Personally, I would like to learn following of these technologies to boost my career in Salesforce.” AI or Bot: It’s really useful in context with Salesforce platform and extensible and applicable to Salesforce. Knowledge of this can make you different than other Developers. Javascript: It can…
-
Deployment using apex code in production
URI /services/data/v46.0/metadata/deployRequest Header Content-Type: multipart/form-data; boundary=BOUNDARY Accept: application/json Body –BOUNDARY Content-Type: application/json Content-Disposition: form-data; name=”entity_content” { “deployOptions” : { “allowMissingFiles” : false, “autoUpdatePackage” : false, “checkOnly” : false, “ignoreWarnings” : false, “performRetrieve” : false, “purgeOnDelete” : false, “rollbackOnError” : false, “runTests” : null, “singlePackage” : true, “testLevel” : “RunAllTestsInOrg” } } –BOUNDARY Content-Type: application/zip Content-Disposition:…