Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

P_Pane_Versions

The procedure p_pane_versions is a standard script that can be used to fill lists in a selection pane with content. This script gets data from the planning versions saved in Bizview and will also check if versions are active, open, and/or valid.

When selecting the script in Pane Designer, the following parameters can be defined:

Parameter Description
@client_id The logged in client is automatically sent into the pane.
@user_id The logged in user is automatically sent into the pane.
@template_type The template type of the generated form (i.e. FORM/REPORT) is automatically sent into the pane.
@active Optional parameter. Enter a "1" if only active versions should be returned in the list box. Enter a "0" if only inactive versions should be returned. If left empty, both active and inactive versions will be returned in the list.
@open_check

Mandatory parameter. Enter a "1" if only versions open for entry should be returned in the list box. Enter a "0" if no check if versions are open for entry or not.

Important: In versions prior to Bizview 2011 R2 (1.1215.1909) this property could be left empty. However, from Bizview 2011 R2 (1.1215.1909) the open check property must be defined as either 0 or 1.

@valid_check Optional parameter. Enter a "1" if only valid versions should be returned in the list box. Enter a "0" if only invalid versions should be returned. If left empty, both valid and invalid versions will be returned.
@order_by Optional parameter. If the list should be ordered in any other way than by version ID column, then enter the column.
@version_filter

Optional parameter. Enter the value to retrieve the filtered version values in the list.

For example, if the version_filter value is '!ACT', the list will return the values without the ACTUALS version in it.

@read_check

Optional parameter. Enter the value either 0 or 1.

 

Published:

P_Pane_Versions

The procedure p_pane_versions is a standard script that can be used to fill lists in a selection pane with content. This script gets data from the planning versions saved in Bizview and will also check if versions are active, open, and/or valid.

When selecting the script in Pane Designer, the following parameters can be defined:

Parameter Description
@client_id The logged in client is automatically sent into the pane.
@user_id The logged in user is automatically sent into the pane.
@template_type The template type of the generated form (i.e. FORM/REPORT) is automatically sent into the pane.
@active Optional parameter. Enter a "1" if only active versions should be returned in the list box. Enter a "0" if only inactive versions should be returned. If left empty, both active and inactive versions will be returned in the list.
@open_check

Mandatory parameter. Enter a "1" if only versions open for entry should be returned in the list box. Enter a "0" if no check if versions are open for entry or not.

Important: In versions prior to Bizview 2011 R2 (1.1215.1909) this property could be left empty. However, from Bizview 2011 R2 (1.1215.1909) the open check property must be defined as either 0 or 1.

@valid_check Optional parameter. Enter a "1" if only valid versions should be returned in the list box. Enter a "0" if only invalid versions should be returned. If left empty, both valid and invalid versions will be returned.
@order_by Optional parameter. If the list should be ordered in any other way than by version ID column, then enter the column.
@version_filter

Optional parameter. Enter the value to retrieve the filtered version values in the list.

For example, if the version_filter value is '!ACT', the list will return the values without the ACTUALS version in it.

@read_check

Optional parameter. Enter the value either 0 or 1.

 

For an optimal Community experience, Please view on Desktop
Powered by Zendesk