BPMMobile - limiting access to forms

Is there a way to control which forms/actions are available when using BPMMobile?

 

We have a solution where by the user can access the process both through the standard dashboard and through BPMMobile. However we want to restrict particular actions and/or processes to either the standard dashboard or BPMMobile. The only solution we have found is to add a Command Button - as this control is not available in BPMMobile access to the detail on the form can be hidden. This is not the ideal solution.

 

Any assistance appreciated.

 

Thanks

 

Tagged:

Comments

  • Both/either can be shown/hidden by using the ProcessContext.ClientType process variable on the "Only show action if" of the action or "Only show form if" of the form.  Current values supported are "Web" for the client and "Mobile" for mobile.  If nothing is in this attribute or its another function which evaluates to true, the action/form will be available in both modes.