K
komlos author
- How can I autofill a custom field? I have added a custom field as per the instructions "Add custom field to form" in the manual. But I cannot target this field using the Autofill feature in Lookup wizard because the field is not in the list. How can I do that?
- Is it possible to add other types of custom fields like dropdown, checkbox, etc? What are the instructions in this case?
- There are some scenarios when I don't want to save the selected value (Id) of the dropdown box in the database, only the field values (2 or more) that the dropdownbox references in the lookup table, but still I have to create a field for the dropdown value in the database, so PHPRunner can generate the dropdown. But this makes the table cluttered with unnecessary fields...
E.g: There is an "Ad" table that has a dropdown showing ad fees and duration: Ad for 7 days (USD 9), Ad for 14 days (USD 14), etc. the data coming from the lookup table "Ad Fees" that stores the ad fee packages: ad durations in days, price, and other values. So that means every dropdown option has at least two values (days and price) referenced in the lookup table that I want to use when adding a record. Obviously, I cannot save more then one value with a dropdown box, unless I query the lookup table for the other values in the Before Add event...but still I have to save the value of the dropdown box too. Is there a way to avoid that for example using custom fields? What is the best practice?
- Is it possible to make a custom dropdown box using lookup wizard functionality of PHPRunner?
Thank you
|
|