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…

    Read more…

  • 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:…

    Read more…

  • User profile permission explanation

    Profile controls There are two types of system permissions in a profile, Administrative and General. You can create a Custom Profile or a Permission Set if you have either Enterprise or Performance Edition to give access. In Contract Manager, Group, and Professional Editions you have 6 Standard Profiles that cannot be customized by default, but permissions can be added.  Administrative Permissions Access Chatter For Sharepoint – Allows the user to access Chatter for…

    Read more…