Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Class SaveLimeObjectCommand

    Saves the object to the database

    limeobject.save-object

    Implements

    Index

    Constructors

    Properties

    Constructors

    Properties

    Context describing the LimeObject the command will operate on.

    Must include both limetype (the type of object) and id (the specific object's identifier). This ensures the command knows exactly which record to target.

    label?: string

    Specifies an optional save label to be displayed in the create-object dialog

    limeobject: LimeObject

    The limeobject to save

    route?: boolean = false

    Specifies if routing to limeobject should be done after confirmation