Skip to main content
April 3, 2025
Question

richTextField function was working partially

  • April 3, 2025
  • 8 replies
  • 0 views

Hi 

In Interface under columns layout richTextFied was defined so that field was displaying to us and whatever the test user which i created newly same like user access for that also it was displaying that field but to the users it was not displaying there was no visibility conditions defined, when i replace that richtextField with paragraph field by passing same parameters then users were able to see that paragraph field so could you please confirm what exactly might be reason for this weird behavior 

 a!columnLayout(
            contents: {
              richTextField(
                label:ri!resourceBundleDict.Signature,
            
                labelPosition: "ABOVE",
                richTextValue: local!maintenaceCDT.sign,
                richTextSaveInto : local!maintenaceCDT.sign,
                enableProgressBar :false()
              ),
              /*a!paragraphField(*/
                /*label:ri!resourceBundleDict.Signature,*/
                /*value:local!maintenaceCDT.sign,*/
                /*saveInto: local!maintenaceCDT.sign,*/
              /*)*/
            }
          )

8 replies

stefanhelzle0001
April 3, 2025

Seems like you use that old plugin. Any reason to not go with the new styledTextEditorField?

April 3, 2025

Thank you Stefan for details!

okay got it , will try this too styledTextEditorField

July 10, 2025

We encountered a similar issue. Business users have experienced several problems recently following the 25.2 upgrade. We replaced the plugin with the styledTextEditorField, and everything is working fine now.