In a Standard Dialog custom page, I've got a "Item No." field which currently has "TableRelation = Item" property.
My task was to change its behavior so the user might be able to search an item also from another custom field. In this respect, I have created a custom "Item Lookup" list type Page where I have added all the neccessary fields.
I have implemented this page on the field's Lookup() trigger (but have tried also on the OnAssistEdit() trigger).
While on the desktop app it is working fine (the custom page is running as expected), on the phone there is a problem. Even though the trigger is Running the custom page, it still shows the fields from the standard Brick Field Group from the Item Table.
Any advice would be appreciated.