Question
1
Replies
226
Views
TATA Consultancy Services
Posted: February 2, 2020
Last activity: February 2, 2020
Paragraph Rule
I had a requirement to edit a paragraph rule or lines of sentences on click of a button.Otherwise it needs to be read only.Do i have any other option or can i edit a paragraph rule .
***Edited by Moderator: Lochan to update platform capability tags***
Hi
Use a paragraph and a text area with visibility condition on both using a flag value.
On button click use refresh this section and run an activity to set the flag value and also use Property-Set-Stream method to fetch the contents of the paragraph rule into property assigned to the text area.
Method Parameters :
PropertyName : <<property reference in which you want to get the paragraph content>>
Stream Class : "Rule-HTML-Paragraph"
Stream Name : << paragraph rule name>>
But I think we will not be able to write it back to the Paragraph rule.