Hi, do we have option to activate or deactivate the customer address record?
*This post is locked for comments
Hi, do we have option to activate or deactivate the customer address record?
*This post is locked for comments
gdas Hi Goutam, can you provide me a link how to achieve this?
I want to show activate/deactivate customer address field on subgrid (I.e. when user selects address it needs to show them activate/deactivate buttons.
Hello,
I would suggest to create an optionset field in the address entity with active deactivate options and based on the value you can implement your logic like make form disable for any kind of modification or any business rules whatever you want depending on the optionset value.
There is no OOB status and status reason on Address entity.
If you want then you can create custom fields to achieve your task.
There is no out of box Activate/Deactivate option for address entity. You can work around your ways with something like -
- Create a filtered view and show just needed contacts. You can even add a flag field for filter if needed.
- If using look up then filter using JavaScript.
- Delete address and keep it as backup in custom entity lets say "Deleted Addresses"
Thanks
Hi,
No.. Address entity is special entity which does not have status fields.
If you need to exclude some records from list, then you need to create some custom attribute e.g picklist with option active and inactive and using button or workflow set this picklist value.
And filter your record views based on this attribute.
here are some more details
docs.microsoft.com/.../customeraddress
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156