We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idea is to be able to specify assignment rule on import: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/create_job.htm
if object type is lead or case : SELECT Id, Name FROM AssignmentRule WHERE SobjectType = 'Lead' or 'Case' display list + none
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_header_assignmentruleheader.htm
let soapHeader = {"AssignmentRuleHeader": {"assignmentRuleId": this.sessionId}} else simple checkbox let soapHeader = {"AssignmentRuleHeader": {"useDefaultRule": true}} add to sfConn.soap(wsdl, importAction, importArgs, soapHeader) cf sorenkrabbe/Chrome-Salesforce-inspector#229 sorenkrabbe/Chrome-Salesforce-inspector#171
The text was updated successfully, but these errors were encountered:
dufoli
Successfully merging a pull request may close this issue.
idea is to be able to specify assignment rule on import:
https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/create_job.htm
if object type is lead or case :
SELECT Id, Name FROM AssignmentRule WHERE SobjectType = 'Lead' or 'Case'
display list + none
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_header_assignmentruleheader.htm
let soapHeader = {"AssignmentRuleHeader": {"assignmentRuleId": this.sessionId}}
else simple checkbox
let soapHeader = {"AssignmentRuleHeader": {"useDefaultRule": true}}
add to sfConn.soap(wsdl, importAction, importArgs, soapHeader)
cf
sorenkrabbe/Chrome-Salesforce-inspector#229
sorenkrabbe/Chrome-Salesforce-inspector#171
The text was updated successfully, but these errors were encountered: