I have been able to set up datapages using the technique of having a virtual field that is configured with AutoComplete which is then combined with using a Calculated Value element to select the appropriate record_id value using a SELECT statement and WHERE clause, e.g., = '[@cbParamVirtual1]'
That works well for new records in a submission form.
I'm struggling though with how to do something similar when using a Reports --> Tabular datapage, and you need the user to be able to change the existing field but still offer an AutoComplete.
To use a common example, let's say I have a simple order entry app, and thus I have a table for ORDER_DETAILS and a table for PEOPLE. The table for PEOPLE has a person_ID field (unique record identifier) and that value gets stored in the ORDER_DETAILS table as the ship-to-customer.
If I create a datapage to edit ORDER_DETAILS, when the user finds the order to edit, how can I make it easy for the user to change the ship-to-customer with an AutoComplete feature?
When I attempt to set up my detail page fields similar to a submission form, it doesn't work. The current "ship-to-customer" doesn't appear on the detail page screen unless I configure that field as either "Display Only" or perhaps as a Dropdown, but that's not practical since we have 1000's of people records.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
ClayG
I have been able to set up datapages using the technique of having a virtual field that is configured with AutoComplete which is then combined with using a Calculated Value element to select the appropriate record_id value using a SELECT statement and WHERE clause, e.g., = '[@cbParamVirtual1]'
That works well for new records in a submission form.
I'm struggling though with how to do something similar when using a Reports --> Tabular datapage, and you need the user to be able to change the existing field but still offer an AutoComplete.
To use a common example, let's say I have a simple order entry app, and thus I have a table for ORDER_DETAILS and a table for PEOPLE. The table for PEOPLE has a person_ID field (unique record identifier) and that value gets stored in the ORDER_DETAILS table as the ship-to-customer.
If I create a datapage to edit ORDER_DETAILS, when the user finds the order to edit, how can I make it easy for the user to change the ship-to-customer with an AutoComplete feature?
When I attempt to set up my detail page fields similar to a submission form, it doesn't work. The current "ship-to-customer" doesn't appear on the detail page screen unless I configure that field as either "Display Only" or perhaps as a Dropdown, but that's not practical since we have 1000's of people records.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.