Dear Community,
I'd already Set of applications in our asset management. But I need to update the application price depends on custodians & as well as Tax Forms.
Detailed Explanation:
We have 4 Different types of Custodians Like Custodian 1,
Custodian 2,
Custodian 3,
Custodian 4.
& Each Custodian has 3 types of Tax forms like let us assume T1, T2 & T3.
Let Us Say If I've Requested one application assume application 1 , Its pricing has been varied depends on the custodian and as well Tax form.
assume : If I want to access Application 1 From Custodian 1 & Tax form T2 .. The requested ticket has been shown the Price of the particular application based on the selected custodian & Tax form.
Can any one help me in this kind of scenario.. that would be much appreciated.
Regards,
Suneel Babu.
Hi @suneel babu
You will have to use Linked Asset Objects so that they are dynamic in your form. How to here: https://www.youtube.com/watch?v=8oRZhGGB-ns (in your scenario it will have to be 3 of them. I'm assuming that objects may have additional information that you can use for your form/automations so that's why I suggest this).
Then if Application 1, Custodian 1 & Tax form T2 are selected, you can use an Automation at creation with an if-else statement that based on the selection it should do an action (in this case writing to an object). The issue here is that you can have 4x4x3 if statements, so it will too many of them.
Regards,
Fabian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.