Remove property on new page | Community
Skip to main content
Ricky99999
New Participant
November 20, 2019
Solved

Remove property on new page

  • November 20, 2019
  • 3 replies
  • 3051 views

Hi Team,

When I create a page a property is appending to the page based on some 3rd party integration and it's displaying fine on the page,

Now when I copied this page and paste in some other location I want to delete that property on that page.

User needs that flexibility to delete that property on the newly copied page.

Could anyone suggest me the approach.

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Nirmal_Jose

If a 3rd party integration is adding a property on page node, ensure there is a dialog property associated to it. This way it can be made editable via page dialog.

3 replies

arunpatidar
New Participant
November 21, 2019

I agree with nirmaljosehere , keep it simple. But if you have a requirement to automate this then -

Write an event listener to check to remove the property on create events when the user copy page but make sure the event listener does not delete property when it is modified.

Arun Patidar
Nirmal_Jose
Nirmal_JoseAccepted solution
Employee
November 21, 2019

If a 3rd party integration is adding a property on page node, ensure there is a dialog property associated to it. This way it can be made editable via page dialog.

Shashi_Mulugu
New Participant
November 21, 2019

Can you please elaborate the issue.. once the page is copy/pasted, author can go and clear the field value, configure a launcher to clear the value for all new pages.