I am creating an MVP that requires users to add specific records for sites and buildings while using the mobile app (offline and online). My current roadblock is when I'm creating a new building record that needs to be associated with a specific site. In the create new building interface, there is a site drop down list that a user can select before adding a building name/number. For testing I have two ways to initiate the create building record action. The first way is through the building record list site page (using the Record List Action to initiate the process), and the second way is through a site page that initiates the create building action. In the latter setup, when selecting a site I receive an "Invalid Rule UUID field:..." for line 13 in the picture provided.
I appreciate any help or insight into this issue. Thanks!
Discussion posts and replies are publicly visible
Hi Jason,
At Line number 19 can u try giving a!save for one for the saveInto parameters instead of directly defining both variables in saveInto
Hi,
We were able to fix the issue by doing the following:
I hope this is helpful for anyone needing to develop for offline or online mobile.