Action Launcher

Hi

Is it possible to do an app launcher for actions. I.e

I want the following to happen.

click warranty expiring logo i want it to update column warranty trigger with todays date which will then trigger warranty workflow.

same for jobs left to invoice .

any ideas

thanks

blake

0 10 393
10 REPLIES 10

Steve
Platinum 4
Platinum 4

Yep!

wicked, How do I make each logo trigger the correct action ? I can only get it to trigger one action

There are several ways to approach a launcher. The most common is to create a table where each row describes a particular launcher (its name and a button image, at least), and a gallery view atop that table to display the list of launchers. The view itself would be configured with a row-selected event that determines which launcher was chosen and what to do.

How to trigger the correct action given you can only trigger one action: The one action should be of type Grouped: execute a sequence of actions. Populate that action with all the actions your launcher can do. Set the Only if this condition is true expression to only be TRUE for the intended action.

thanks steve

I currently have an action called โ€œAction Triggersโ€ which changes the column called โ€œWarranty Triggerโ€ to todays date with today()

I have a workflow setup to trigger if column " Warranty" = Today() using โ€œIN(Action Triggers[Warranty Trigger], LIST(Today()))โ€

But when I click the action it changes the column but the workflow doesnโ€™t trigger

Try changing this:

IN(Action Triggers[Warranty Trigger], LIST(Today()))โ€

to this:

(TODAY() = [Warranty Trigger])โ€

Hi Steve

Running into a few issues. Using expression โ€œ(โ€œNOโ€=On Site Service[Invoiced])โ€ returns โ€œCannot compare Text with List in (โ€œNOโ€ = ON SITE SERVICE[Invoiced])โ€

What I am trying to achieve is

  1. If service docket 1 is not invoiced
  2. Then action set service call report trigger in Report Triggers Table to โ€œYESโ€
  3. Then in the workflow, if Service call report trigger = โ€œYESโ€ run workflow
  4. Then Action set Service Call Report Trigger To โ€œNOโ€

Thanks

Blake

Try this instead:

(โ€œNOโ€=[Invoiced])

The invoiced Column is in a different table to my report triggers.

What columns available in the report can be used to identify the corresponding row in the other table? Is there a Ref to the other table?

nope Report Triggers table is total separate just has columns

1.Report Name
2. Logo3
3. A trigger column per Report Name

Top Labels in this Space