I not sure why my Dropdown Box. Keep force me to choose "Export" After I choose "Export" and go back to "Import" option it keeps forcing me to pick "Export" Option. On the dropdown box. Is there any way to solve this issue?. Hopefully there will be an guide or step to let me follow and solve the issue of this dropdown box. Once again thank you so much for the help.
You may test the error/issue at the attachment below of the OML Files
You need to create a variable with the type of "importexport identifier" and bind it to the dropdown. Then, replace "GetImportExport.List.Current.ImportExport.Id" in the filter of "GetPermitTypes" with that variable. Check the below oml.
Thank you.
The question is too broad. Please narrow it down.
Hi @Freeman Tan
You have to bind the value of the dropdown to the local variable of the type import-export identifier. You can check the below OML file.
Yes it working but my other side of dropdown box value never change. Example if i choose "Import" on the first drop down box the third dropdown box value would be change automatic base on my IF statement condition.
If(GetImportExports.List.Current.ImportExport.Id = Entities.ImportExport.Import , PermitType.Label<>"XO" and PermitType.Label<>"OD" and PermitType.Label<>"OO", PermitType.Label<>"IE" and PermitType.Label<>"IG" and PermitType.Label<>"ME" and PermitType.Label<>"II")
Could you please break down your question step by step, explaining what you're seeking and the role of the block in this context?
Example If i choose "Import" My other drop down box value will be like this:
Now if i choose "Export" My other drop down box value will be like this:
The problem is now when I want to choose the option "Import" it will keep forcing me to choose "Export" no matter what I do.
Okay thank you. It is working now i marked it as solution already.