내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Able to edit fields in the Lock asset by another user?

Avatar

Level 2

Hi team,

I have locked the asset by user A, and when i opened the asset by User B i am able to edit some fields like dropdown,rte field and fields inside the fieldset though i can't save it as save is disabled. How can i disable dropdown,rte field and fields inside the fieldset.

Thanks

Kranthi

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

You would have to use this api

http://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=CQ.form.DialogFieldSet

and create custom app logic to make fields in this xtype read only for those users.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Level 10

If user a locks an asset, other users cannot modify it.

Avatar

Level 2

Yes for the locked asset another user cannot edit the fields, but as per our requirement we have created custom metadata fields using a dialogfieldset xtype, so the fields inside the dialogfieldset are editable by the another user.How can i avoid this to happen?

Avatar

정확한 답변 작성자:
Level 10

You would have to use this api

http://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=CQ.form.DialogFieldSet

and create custom app logic to make fields in this xtype read only for those users.