I have 4 Static entities (Accounting Account Type, Current Asset, Fixed Asset and Revenue). I need to be able to show Current asset only when Current asset is chosen under Accounting account type and hide the rest. The same should apply when choosing Fixed asset or revenue. See attached .oml; I am new to outsystems on the reactive course.
Please assist.
You can use the visible property and check if the accounting type was selected or not and the same for the rest of the dropdowns.
For the current asset
For the fixed asset
And for the revenue asset
Check the OML and let me know if it helps you or is just wrong! :)
Check the link to test my solution.
https://marcio-carvalho4.outsystemscloud.com/Test/AccountingRecordDetail?AccountingRecordId=0
Kind Regards,
Márcio
Hi,
Thank you, this is exactly what I was looking for. Much appreciated.
hey,Please check oml