You cannot control the visibility of the Import, Forms, and Adj steps by
time. But you can control whether or not Import is required to be
completed by switching the "Is Optional Data Load" to True. This will
allow the user to Complete Workflow witho...
A button can be used to navigate to a WF through the settings in this
screenshot. If you hover over the setting, it will give you more
information on how you may fill them out.
That cannot be done with Hybrid Scenarios. There is no Time (or any Data
Unit) filtering/conditional logic unless you did "Using Business Rule"
as the Data Binding Type. But I would argue you should just write a
Custom Calc BR at that point. One of t...
Your Eval looks fine - just unnecessary. I believe once you put in a
destination Origin, IC, U1, and U2 it will solve your formula issue.
Also, Force Consolidate and Consolidate are different actions. A
consolidate will look at the Entity's CalcStatu...
You can modify the formula like this so you do not need the Eval.
RemoveNoData will remove all no data cells from the source. In this
formula though, you should specify a destination (left side) Origin, IC,
U1, and U2.If ((Not api.Entity.HasChildren(...