Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Standard FSL cards are: ServiceAppointment, Contact, Asset, WorkOrderLineItem, KnowledgeArticle, ServiceReport, ProductRequestLineItem, ProductTransfer, Parent, and TimeSheetEntry. Many of these may not make sense depending on the context (FSL Object) from which these cards are displayed. If the object context does not contain a relation to the standard card object, it may display no data.

Custom Documents from the Lightning Bolt Menu

Adding custom documents that launch from the FSL Lightning Bolt menu is done through the pulsar.fsl.layout.{objectType}.{optionalRecordTypeDeveloperName}.lightningbolt.listitems Pulsar setting. The value for this Pulsar setting should be valid 2-14. Pulsar Settings Language (PSL). The value’s logic should set a result of a string containing a list of lightning bolt menu items.

Code Block
DEFAULT{
Action=SetResult;
Result=parent : qa : FSL__NewEvent
flow : Action_Test
default
custom : Asset Hierarchy : 0696A000005YLUL
flow : Mobile_Survey
;
}

The above value would be the simplest example and contains no actual logic. It simply defines the menu items to display.

Accessing the Bridge

The 3-2. Pulsar Platform - JS Bridge API is fully accessible from any custom document running in the Pulsar FSL environment.

...