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,*/ /*)*/ } )
Discussion posts and replies are publicly visible
Seems like you use that old plugin. Any reason to not go with the new styledTextEditorField?
Upgraded the plugin version to latest version still Ricktext field displaying to us but not to users please suggest how to deal this
Any details you can share?
Browser data cleanup?
Asked users to clear cache browser history and all they did it seems but they cannot see the richtext feild while we can see that
Then, there must be something different between "you" and the "users".
To find out what this "something" could be, a good start can be some browser debugging on the machines your users work with.
Okay sure thank you so much for details