Hi Team I have a requirement, where I will hit external api and get response and the response I will show in tabular format. Can I have excel download button to download this tabular format exactly. Any inputs or advise. Please guide me.
Hi Team I have created a content fragment and my requirement is to have to date format in DD-MMM.In the crx/de when I save the displayFormat as DD-MMM and on the UI when I select data it is displaying correctly like ex: 02-Dec however valueFormat is giving error when crx/de is having format as DD-MM...
Hi Team I am working on requirement where I have two groups of users like usergroup_a and usergroup_b.I have few pages like page1, page2, page3. I want page1 to be visible only to usergroup_a but not to usergroup_b.page2 to visible only usergroup_b but not to usergroup_apage3 to visible to both user...
Hi Team I have created a custom log at system/console/slinglog with log level info and additive false I have selected correct java file from core. I can see log file is created however logs are capturing when I trigger any page which uses this java file. I can configuration is also created at /apps/...
Hi Team I have requirement where based on logged in user I want to restrict folder creation and content fragment creation. Requirement is:I have two user groups authors and reviewers.Authors can create content fragment but should not create and delete folders under /content/dam/aaa/bbbReviewers can ...
Many thanks for your reply. It worked perfectly.I want to do one more customization that is based on user I want to hide few options under create button. Any leads please.
Hi Team I would like do some customizations on create button on /content/dam. Could you please guide me how to do that. My requirement is to delete folder option. Thanks in advance.
Hi @kapil_rajoria Thanks for your reply. I want to deny only create folder options however other options of create should be available. (create tags, live copy, content fragments)
Hi @AMANATH_ULLAH Thanks for your reply.I have tried the script you have provided but it is completing removing create button. I am using the below script. set ACL on /content/dam/project/subproject1deny jcr:addChildNodes on sling:Folder by group1end I want only create folder option to be deleted/h...