Hello,



For a new app on version 8.1, I'm trying to lock up all fields on a page based on the record condition. I have a Locked by field on the record and if the field is empty or different than the current user, I want to make the whole page read only. 



I was able to do that on previous versions...MoreLess

Like 4

Like

5 comments
Best reply

Hello Jose,

The way of locking the whole page you've described is based on using the "CompleteCardLockout" feature. Unfortunately, it is not...MoreLess

Show all comments (4)

Hello!

Is there a way to block adding attachments and notes on any section. I want to do this on the Lead and Opportunity according to the Stage. If the Stage is Inactive. I won't be able to add any attachments and notes.

Thank you!

Like 0

Like

1 comments

 Hello,

Here is an example on how to achieve this in opportunity page:

1) Add the boolean column in the Opportunity edit page. The code...MoreLess

Show all comments

Hello,



We try to use Locking edit page fields tool to lock a page with specific condition. 

When user opens the page from a Section (e.g. Orders), it works correctly - all fields and details are locked.

But when user opens the same page from a detail (e.g. Account/History/Orders) - all fields and details are not locked, so DisableControlsGenerator doesn't work



Does anyone has solution or idea how to fix this?



Thank you!

Like 2

Like

7 comments
Best reply

Try below code and let me know if it works. 

attributes: {

            "IsModelItemsEnabled":...MoreLess

Show all comments (6)

Hi!

I would like to know if I can make a stage of a DCM lifecycle non editable by using business rule. When the stage is inactive, I want the owner to not be able to change it.

Thank you! 

Like 0

Like

5 comments

Hello,

You may lock the lead stage from manual selection in DCM settings and set up the business rule to lock it

Show all comments (4)

Hello,

Do we have the possibility of locking fields for editing, in the Auto generate page? PFA screenshot.

Product is Service Creatio - Customer Center edition

version 7.16

File attachments
Like 0

Like

1 comments

Hello,

For these purposes, it is recommended to use [Pre-configured page] process element instead of Auto-generated page as...MoreLess

Show all comments