set_item_property(BLOCK.ITEM',update_allowed,Property_true) not working
960034Oct 11 2012 — edited Oct 16 2012Hi All,
I have created a form using a view(based on some other views and tables) . Now when I query I should have 1 field updatable and remaining fields should be display item only.
I used
1. set_item_property(BLOCK.ITEM',update_allowed,Property_true) in the post-query for the block.
2. Item level property in the property pallete , Update Allowed to Yes
Despite above 2 settings, when I query the form I am getting that updatable field grayed out.
How do I make that field updatable.