Hi all,
I have created fields on the request form that I will be using has filters for different tables. Is there a way to have these fields behave like the field selections on the dataitem tab? I want to be able to use ..,>,<,<> and =.
Is this possible?
Thanks!
Dneal
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Thanks kindly!
Dneal
Thanks again,
Dneal
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I'm still trying to figure out how I can get the fields on the option tab to behave like the filters on the dataitem tab.
Any ideas?
Thanks,
Dneal
I appreciate your response, as obvious as the solution you gave was however, I have read development I and II along with the Application Designers Guide. I can't find anywhere that lets me make the field behave like a filter in the tab.
Dneal
I think this would be very complex, but, if it's really necessary, this could work for you and your customer unbelievable request.
D365 Business Central Solutions Architect
BC AL/NAV C/AL Developer
BC Repositories.com
Thanks for your suggestion! If they go ahead I will have a way to proceed.
Thanks again,
Dneal
Please take a look at report 10028. On Option tab there is an example for budge filter. basically there view things that you need to change on text box property.
TableRelation. Copy and paste from actual field.
ValidateTableRelation := No
ClearOnLookup := No
Also on OnValidate()
"Acc. Schedule Line".SETFILTER("Budget Filter",BudgetFilter);
BudgetFilter := "Acc. Schedule Line".GETFILTER("Budget Filter");
The sourceexp is BudgetFilter;
Hope this helps.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Dneal
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
RIS Plus, LLC