0.1.1 • Published 1 year ago

heat-sfdx-soap v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

MIT License npm version dependencies status devDependency status Code Climate

heat-sfdx-soap

This package is responsible for the SOAP API features of the heat-sfdx series.

heat-sfdx series

categorypackage
Metadata APIheat-sfdx-metadata
SOAP APIheat-sfdx-soap
Tooling APIheat-sfdx-tooling
Commonheat-sfdx-common

How to install

yarn add --dev --exact heat-sfdx-soap --update-checksums

Reference

methodsPartner

show all methods of Partner WDSL

Example:

const methodsPartnerResultString = await methodsPartner(authorization);
const methodsPartnerResult = JSON.parse(methodsPartnerResultString);
methodsPartnerResult.sort();
console.log(methodsPartnerResult);
["changeOwnPassword","convertLead","create","delete","deleteByExample","describeAllTabs","describeAppMenu","describeApprovalLayout","describeAvailableQuickActions","describeCompactLayouts","describeDataCategoryGroupStructures","describeDataCategoryGroups","describeDataCategoryMappings","describeGlobal","describeGlobalTheme","describeKnowledgeSettings","describeLayout","describeNouns","describePathAssistants","describePrimaryCompactLayouts","describeQuickActions","describeQuickActionsForRecordType","describeSObject","describeSObjectListViews","describeSObjects","describeSearchLayouts","describeSearchScopeOrder","describeSearchableEntities","describeSoftphoneLayout","describeSoqlListViews","describeTabs","describeTheme","describeVisualForce","emptyRecycleBin","executeListView","findDuplicates","findDuplicatesByIds","getDeleted","getServerTimestamp","getUpdated","getUserInfo","invalidateSessions","login","logout","merge","performQuickActions","process","query","queryAll","queryMore","renderEmailTemplate","renderStoredEmailTemplate","resetPassword","retrieve","retrieveMassQuickActionTemplates","retrieveQuickActionTemplates","search","sendEmail","sendEmailMessage","setPassword","undelete","update","upsert"]

Code:

src/index.ts

Emoji

emojidefinition
:recycle:refactored anything
:bug:fixed any bug
:+1:improved any features
:sparkles:added any features
:fire:removed any features
:tada:made a major change for any features