This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
My App is being used to enter data offline, so is there anyway to get
these data synced automatically once the device is connected to internet
(without needing to click the sync button)?
Can I make a button that takes me to a specific UX view? I want the
first page of the App to have some buttons (like a menu) and each button
takes to a different view. Is that possible?
I connected the App to an SQL server database but whenever I edit a
column and then try to sync, I get this error: Unable to add/edit/delete
row in table ‘dbo.Dataa’. → The _RowNumber column is not a valid key
column as it does not exist in the datab...
@praveen Thanks for your reply. I think the App-launcher has buttons
that takes the user to a different app but I want to have the same
buttons but linked to views at the same app. My application is an
inspection application used by engineers to fill...
None of these columns should be unique, If I make any other column a
key, that means that this column shouldn’t have any repetitions which
does go with the data I need to collect.