Skip to main content

Hi,

 

I've created ViewList based on SmartObject created trough SharePoint Content Service Instance. SmartObject is binded with SharePoint List. List method on View is set to "Get Attachments". 

 

What I want to achive is to avoid adding the same files more than once on the ViewList. I've tried to add condition inside rule "When the View executed List item added" before action "then apply the changes made to the row on the editable list", but when action is not fired, View starts to work abnormally. 

 

How can I achive my validation?

 

Best Regards,

Wojtek

Wojtek


 


What type of behaviour are you seeing when the view behaves abmormally. Is the method never being fired? Or is it just skipping the condition and going straight to the action?


The condition is fired and the action "then apply the changes made to the row on the editable list" is skipped. After that View starts to behave abnormallny. For example I can't delete any item (file) from grid. When delete button is clicked there is no action fired.


Reply