Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-12-19 08:11 PM
I am using Salesforce.com - Lightning Platform - Authentication skill for authenticating with credentials.I had created a salesforce token and salesforce grant in credentials. But I am getting the error "Internal : Current user is not permitted to perform this action".

------------------------------
Thanks in Advance,
Harish Meda
------------------------------
------------------------------
Thanks in Advance,
Harish Meda
------------------------------
Harish Meda
Technical Lead
Prokarma Inc.
Answered! Go to Answer.
14 REPLIES 14
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-01-20 08:12 AM
Hi Samuel,
Still, I am not able to solve that issue, Above post contains details of my POC.
Thanks in Advance,
------------------------------
Harish Meda
Technical Lead
Prokarma Inc.
------------------------------
Still, I am not able to solve that issue, Above post contains details of my POC.
Thanks in Advance,
------------------------------
Harish Meda
Technical Lead
Prokarma Inc.
------------------------------
Harish Meda
Technical Lead
Prokarma Inc.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-01-20 09:42 PM
Hi Harish,
Are you going through a proxy server by chance? I took a look at the Get Record method within the WebAPI definition. I don't see any extra headers being added, so I'm wondering if perhaps you were traversing a proxy that may have added something to the request?
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
Are you going through a proxy server by chance? I took a look at the Get Record method within the WebAPI definition. I don't see any extra headers being added, so I'm wondering if perhaps you were traversing a proxy that may have added something to the request?
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-01-20 10:05 AM
You can utilize Utility HTTP object to work with SFDC APIs, we have done that and it is working fine.
------------------------------
Ishan Mahajan
India
------------------------------
------------------------------
Ishan Mahajan
India
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-01-20 10:26 AM
Hi Ishan,
Can I get some inputs on integration with Salesforce using utility http object. I am new to blueprism.
Thanks in advance,
Harish Meda.
------Original Message------
You can utilize Utility HTTP object to work with SFDC APIs, we have done that and it is working fine.
------------------------------
Ishan Mahajan
India
------------------------------
Harish Meda
Technical Lead
Prokarma Inc.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-01-20 01:02 PM
The Header collection is a single row collection with one column named as "SOAPAction" and it's value should be "POST"
you need to enter your endpoint URL
and SOAP envelope in body, you can get list of all SOAP envelopes using the WSDL file which you may have.
------------------------------
Ishan Mahajan
India
------------------------------

- « Previous
-
- 1
- 2
- Next »