The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Field auto population is not working for snc_external users

Aruna Sree Yela
Tera Guru

Hi,

 

There are 2 fields Factory Name and Factory ID. Factory ID should be auto filled with the ID of Factory selected under Factory Name. To fulfil this, I created Glide Ajax. It is working good for snc_internal users, but not for snc_external users.


As snc_internal user:

ArunaSreeYela_0-1704794281414.png

 

As snc_external user:

 

ArunaSreeYela_1-1704794403170.png

 

Preview record is also working and displaying the fields(for both users).

ArunaSreeYela_2-1704800783075.png

 

 

Provided Read access on the Factory Table over table level and fields level. Even though its not populating the value, its returning null.

 

Can anyone please help me on this issue.


Thanks
Aruna

 

2 ACCEPTED SOLUTIONS

Hi @Aruna Sree Yela 

Can you please create an ACL with roles snc_internal and snc_external as mentioned in the screenshot. Name would be your script include name.

SaurabhGupta_0-1704806576693.png

 


Thanks and Regards,

Saurabh Gupta

View solution in original post

Try and create an ACL to allow snc_external to be able to execute that script include. this should solve your issue

ACL should look like below

AnuragTripathi_0-1704807259053.png

 

-Anurag

View solution in original post

8 REPLIES 8

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi @Aruna Sree Yela 
Did you check the role at script Include's ACL level?
Sample:

SaurabhGupta_0-1704801480620.png

 

 

 


Thanks and Regards,

Saurabh Gupta

Utpal Dutta
Tera Guru

Hi Aruna,

Check you script include ACL by opening the Script include and scrolling down to Access control related list. Make sure admin is selected or use a different approach below.

 

You can use auto populate feature in the variables to populate this field automatically once the Factory name is selected. 

UtpalDutta_0-1704801440463.png

 

In dependent question - Factory Name

Reference - Will be auto selected

Dot walk - Factory ID

 

Mark my answer correct if it helps.

 

Thanks,

Utpal

 

Anurag Tripathi
Mega Patron
Mega Patron

 

Did you add any role to the script include?

AnuragTripathi_0-1704801719476.png

 

 

-Anurag

Check the script include and look for any ACL on it

AnuragTripathi_1-1704801810530.png

 

-Anurag