Hello all,
my goal is to add a Segmented Entry to a form, where the user can choose an Account. The field behind is on a custom table. You can see the table and the field properties in the attached picture.
I used this link as reference for my goal:
https://msdn.microsoft.com/en-us/library/hh300644.aspx
Here are the tables and properties:
My first problem is, that i can't override the method "resolveReference" on my custom field (i added it as new method so far).
The second problem is (mabye it is caused from the first problem, but i think not), that when i open the form, the field is already filled, without an entry on my table!
The steps i have done so far:
1. Create Table "MDISAutoSettlementTmp"
2. Add two field and define properties
3. Add the new table to Form Datasources
4. Follow the steps on the posted link above
Thanks in advance for your help!
*This post is locked for comments