How would I set a value of a field in a form ...

How would I set a value of a field in a form based on the โ€œformโ€ the user has selected?

For example: A user can choose to input a task in the โ€œtasksโ€ view and the default โ€œlistโ€ would be โ€œGeneralโ€.

If they choose the โ€œshopping listโ€ view, the default โ€œlistโ€ would be โ€œShopping Listโ€. The first view theyโ€™ll see is a table view of the tasks for that โ€œlistโ€ and would press the + button to create a new task.

Iโ€™ve looked to bypass the + button with my own action but it would require that I turn off the add records capability for the underlying slice. This would prevent my action from working as well.

I attempted to use LINKTOFORM but do not have the ability to utilize an IF expression as Iโ€™m unable to reference the form name.

Will standby for any ideas.

Thanks

0 4 336
4 REPLIES 4

If you hide the + system action, would that solve your case?

Unfortunately not. The form is based on the tasks table and so are many other list forms. If I hide it the other forms are affected.

Soโ€ฆ you are using the same table for multi form views?

Slices based on the task table

Top Labels in this Space