- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2020 02:44 AM
Hi Team,
right now i am working on developing Custom application & integration through this Application.
now my requirement is to create basic auth profile account using workflow inputs,but i am facing an issue like below..
if anyone please let me know, how can i solve it.
Thank you,
Aswartha
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2020 02:00 AM
Go to the table "sys_auth_profile_basic" and in "application access" tab set all check box as true based on operation which you want to perform on this table and also set the field "accessible from" value to all application scope ,
once you will done run the insert operation using script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2020 03:00 AM
HI,
you need to check few settings on this table. Have you allow other applications to read data from this table. Have you allow web service access to this table.
Also check this table below for the setting of cross scope application:
sys_scope_privilege
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2020 09:54 PM
Hi Ashutosh,
what should i do, after accessing to sys_scope_privilege table.
there are almost 1000 records were exist & related to my custom Application almost 20 records were exist.so can you please help for this.
Thank you,
Aswartha

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2020 12:53 AM
Hi,
You should check for record where you application access is requested from other application.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2020 02:00 AM
Go to the table "sys_auth_profile_basic" and in "application access" tab set all check box as true based on operation which you want to perform on this table and also set the field "accessible from" value to all application scope ,
once you will done run the insert operation using script.