I'm trying to create a survey like list of questions in order to capture the response of each user. For this , I've created a detail so that it'll be easier if any questions to be added/updated in future. I'm stuck in a point where Ive to make questionnaire column to be completely disabled from the editgrid functionality like the below image. Please assist how could I achieve this.
Like
Hello,
If I understand your goal correctly, you will be able to set this up with the help of Business Rules. You can find all the instructions and details on this functionality in this Academy article.
Mira Dmitruk,
Thanks for the response. If business rule is applied to disable the column It looks like below. Which does look good as if Question is too long it'll show only few words of that in a grid view as below
Column Ques should be shown fully like multi-line text.
Kavya,
Unfortunately, there is no possibility to implement this functionality with the help of basic tools.
However, you can edit the schema via code.
Please, refer to the following Community posts in order to find the correct way to do so:
https://community.creatio.com/questions/long-text-detail-list-view
https://community.creatio.com/questions/text-area-field-editable-detail…