Solved

Cannot save value to SmartObject from a View


Badge +5

I have a form with several views yet the undrlying SmartObject covers all the views on the form not individual views. I added a property  Cost center, to the smart object  and added the property to one views. When doing this There wer No fields in the view in left panel I could add. So I manually  mapped thr field it back to the smart object in the rules configuration, Yet when I execute the form and implement the create method in the code, all the data is saved but the new field Cost Center is not. What steps have I missed or what is going on?

13173i719A2E04D2C815FA.png

 

 

icon

Best answer by EmilyK 20 June 2019, 01:35

View original

2 replies

Badge +10

Hi jaswerl, 


 


If you edit the Create method of the SmartObject in question, has the property been added to it? If not, are you able to edit the method and add the new property? 


 


 

Userlevel 6
Badge +16

Hi,


 


It looks like the mapping for Cost Center field is not saved correctly. I'm curious, would it work if you use 'Execute a SmartObject method' action?


 

Reply