Forum Discussion
StephaneBouillon
Jun 29, 2021Brass Contributor
Design pattern for updating a list item in the future
Hi, I have a requirement to update items in a sharepoint list, but the item should only be updated and the new values for columns visible at some defined time in the future time. Something like t...
KrunalRohit
Jul 05, 2021Brass Contributor
StephaneBouillon For modern list, you can use the Field Customizer extension to play with the data as per the need. Using this extension, you can hide/show the column data based off the certain date in the column.
Please see the reference - https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/building-simple-field-customizer
- StephaneBouillonJul 05, 2021Brass ContributorThanks for the reference. This allows to change the UI when viewing the list using a browser. My need is for the data itself to be updated in a delayed fashion.
Stephane