Class FSCMINDBREEZEINSIGHT@1.1001:InsightApp360Configuration Permanent link for this heading

Class to configure the 360° View for Insight Apps.

Class Hierarchy

Object > BasicObject > InsightApp360Configuration

Actions Permanent link for this heading

Return Type

Signature

object

GetDraftTemplate(
  out retval object drafttemplate,
  optional boolean includeself)

boolean

IsDraftTemplate(
  out retval boolean isdrafttemplate)

Actions Permanent link for this heading


COOTC@1.1001:GetDraftTemplate Permanent link for this heading

Gets the draft version of the template. The action can be called both on the draft version and on the release version of a template.

object COOTC@1.1001:GetDraftTemplate(
  out retval object drafttemplate,
  optional boolean includeself)

Name

Description

drafttemplate

the draft template

includeself

if set to true and the current object is a draft template (see COOTC@1.1:objistemplate) it will return himself

COOTC@1.1001:IsDraftTemplate Permanent link for this heading

Checks if the template is a draft which can be released.

If the release mechanism is to be used for an object class, then this action can be implemented for example with: isdrafttemplate = cooobj.IsUsable() && !cooobj.GetDraftTemplate();

boolean COOTC@1.1001:IsDraftTemplate(
  out retval boolean isdrafttemplate)

Name

Description

isdrafttemplate

the result