Clio version 6.1.0.4 allows managing system settings on the Creatio instances via a manifest file. Text, Boolean, Integer, Date Time, and Lookup value (by Guid or Display value) are supported

Add section setting to the manifest file.

environment:
  url: ************************
  authappurl: *****************
 
settings:
  - code: "SETTINGS CODE 1"
    value: false
  - code: "SETTINGS CODE 2"
    value: 10
  - code: "SETTINGS CODE 2"
    value: "My_Text"
 
features:
 # list of installed apps
 
apps:
  # list of installed apps
 
app_hubs:
 # connected app hubs
To apply manifest to your environment, use the following command.
clio apply-manifest C:\my-configuration.yam -l user-p pwd

Clio explorer version 2.0.61 provides two experimental features for discovering and comparing feature states between two environments.

and

P.S. Managing  WebServiveUrls via manifest and Comparing two configurations that are coming soon. Clio command set-settings also was improved, and  you can avoid setup Type of sys-settings in an update scenario and set the Lookup value via display value 

 

0 comments
Show all comments

Hi Team

 

Value of a lookup is not accessible to a portal user but accessible to a normal user.

 

I have updated operation permission 

I have updated object permission

The Section object (Request) is available in lookup 'List of objects available for portal users' 

 

 

But same is not available in lookup 'List of schema fields for portal access'

 

I am unable to add value to List of schema fields for portal access lookup as fields are locked but as per academy we can add new value to this lookup.

 

 

Do let me know any work around to solve this issue.

 

Thank You in Advance

 

Like 0

Like

1 comments

Hello,

 

Please contact our Support Team at support@creatio.com providing all the details, so that we can take a closer look and try to fix it for you.

 

Best regards,

Yuliya Gritsenko

Show all comments