The mobile interface leaves a lot to be desired and is very buggy, but hopefully this will be solved when they release the new mobile forms in the fall. Here are some notes about mobile behavior, as well as bugs you will run into during this process:
- On mobile devices, in add mode you do not see report links or URL buttons to add children. The record must first be saved before these options are available.
- On mobile devices, when you are in VIEW mode and add a child record, once you are finished adding the child you will be returned to the parent as expected. If you are in EDIT mode and add a child, once done adding the child you will land on the child itself. This is a bug, that is not intended to be fixed.
Possible Solutions:
- For #1, I had used a rich text button taking advantage of the %%rid%% functionality in order to create the child. I could help with this code except - that functionality broke last week, and thus far QB has not fixed it. I am not even sure it will be fixed. So, you could wait to see if they fix that, or the only other solution I can think of is to force the user to save the record first. There are a couple other options, but every one of them relies on QB fixing the %%rid%% bug.
- For #2, I add a custom 'return to parent' button on my child, so that if they get stuck on the child they can get back.