i hv created a list with different properties and want to update some properties when end user done some changes in the property published on dashboard and same gets updated in the list.
i hv created a system module with two line items same as property in the list and published on the dshboard. once user does some changes that need to be updated in the list. now i m trying to import the module in to the list i m getting an error of 0 updated 0 created and 100 ignored. Anyone plzzz suggest how to resolve it
Solved! Go to Solution.
Hi nathan,
i have a property as email id of some store and store is child of city district and state and user wants that emaid id column to be published on dashboard so that he can change the mail of one or two store if required. for that reason we neeed to update the list.
store list is a numbered list and code and email id are properties and dont have formula.
hi @saurav4ss
You can directly publish the grid view of the list to the dashboard, so they can edit any properties
You shouldn't publish the grid view of the list to a dashboard as you can't hide fields (code, etc). It would be best to do what @nathan_rudman stated and not have the properties on the list, but rather have them in one spot, a module, and publish that.
Rob
i have published the module view but how to update the list properties bcz list has been used in other module and need the updated list in all the module in which the list is updated. So basically the question is how to update the list.
Follow what @nathan_rudman stated and don't use list properties, only line items in a module.
we dont have the option to hide while publishing the list grid view.