Hi all,
Is there a way or a plug-in that allow us to expose some appian functions?
Let me explain the scenario:
We have an application that is highly configurable, at some point we need to give a group of more experienced users the ability to be able to assign certain values to certain fields, besides being able to assign static values "1", "2", "3", "TEST", "EXAMPLE","OK" ,etc (for say something), we want to give them the ability to use functions to calculate differently the values using functios like Sum(), AVG(), etc. or for calculations with dates AddDays(X), today(), etc.
Is there any way to expose those functions that we use in SAIL in some way to the end user?
Thanks in advance for your help
Discussion posts and replies are publicly visible
The only thing I can think of to suggest which doesn't require the use of unsupported / unlisted back-end functionality, would be to offer the users a dropdown of different operators / operations they could choose from, then show them input fields in accordance with what they've chosen, and let them press a button to evaluate the logic they've indicated.
Thanks Mike for your inputs,
So, in that case we need to develop something to achieve that, we were expecting more than that, like = Sum(X) / Avg(Y), not only one function at a time.
Thanks In advance for your response.