Siebel Hospitality Guide > User Properties Reference for Siebel Hospitality >

User Properties for Space Hold


This topic describes the user properties supported for the Space Hold functionality of Siebel Hospitality. This topic describes the following user properties:

CanInvokeMethod: ReleaseInventory

Use this user property to enable or disable the ReleaseInventory method.

Value

[TNT Disable Release Flag] AND [Id] IS NOT NULL

Parent Object Type

TNT SHM Functions List Applet, TNT SHM Order Function List Applet applet

Usage

This user property is used to enable or disable the ReleaseInventory method. If the function record has an inventory status other than Unreserved, then only the ReleaseInventory method can be invoked.

Enable Sub Function Dependency At Detail Function

Use this user property to define a business object name to make technical decisions in C++ code.

Value

N

Parent Object Type

TNT SHM Function Booking VBC business component

Usage

This user property is used in C++ code. If the value is Y, then dependencies for the subfunction will be created and displayed at the detail function booking level. If the value is N, then dependencies for the subfunction will not be created and displayed at the detail function booking level.

Item BC Search Space

Use this user property to get an expression and set it as a named search specification for the TNT SHM Function Booking VBC business component.

Value

Update BC Search Spec Field

Parent Object Type

TNT SHM Function Space Diary, TNT SHM Function Space Diary Total Availability Applet applet

Usage

The TNT SHM Function Booking VBC business component search specification is truncated to enable the display of subfunctions in the Function Space Diary. If a user does not want to display the subfunctions, this user property is used in C++ code to restore the search specification to its original, untruncated form.

Load Business Component Name

Use this user property to define a business object name to make technical decisions in C++ code.

Value

TNT SHM Gantt AX Admin Specialized Controls

Parent Object Type

TNT SHM Function Booking VBC business component

Usage

This user property is used in C++ code to return Function Space Diary administration values. The Function Space Diary administration value will be returned from the respective defined business component.

Named Method 3

Use this user property to call the ReleaseInventory() method of the TNT SHM Function Booking business component when the ReleaseInventory() method is called.

Value

ReleaseInventory, INVOKE, TNT SHM Function Booking, Release

Parent Object Type

TNT SHM Function Booking business component

Usage

This user property is used in conjunction with the Named Method 11 user property of the TNT SHM Function business component. This user property is used to call the Release method to release the inventory.

Named Method 11

Use this user property to call the ReleaseInventory() method of the TNT SHM Function Booking business component when the ReleaseInventory() method is called.

Value

ReleaseInventory, INVOKEALL, TNT SHM Function Booking, ReleaseInventory

Parent Object Type

TNT SHM Function business component

Usage

This user property is used to invoke a named method when the Release applet menu item is selected to release the inventory.

Named Method 12

Use this user property to call the RefreshBusComp() method of the TNT SHM Function business component when the ReleaseInventory() method is called.

Value

ReleaseInventory, INVOKE, TNT SHM Function, RefreshBusComp

Parent Object Type

TNT SHM Function business component

Usage

This user property is used in conjunction with the Named Method 11 user property to refresh the TNT SHM Function business component.

Sort Specification Field

Use this user property to sort the functions in the Create Agenda Sub Function pop-up applet.

Value

Start Time

Parent Object Type

TNT SHM Agenda Functions business component

Usage

This user property is used to sort the functions in the Opportunities screen, Function Agenda view. This user property is used only if the ViewMode Sort:3 user property is not available. To sort the Function Agenda list on a different field, modify the value of this user property with that field name.

Sort Specification Field

Use this user property to sort the subfunctions in Create Agenda Sub Function pop-up applet.

Value

Start

Parent Object Type

TNT SHM Function business component

Usage

This user property is used to sort the functions in the Opportunities screen, Function Agenda view. This user property is used only if the ViewMode Sort:3 user property is not available. To sort the functions on a different field, modify the value of this user property with that field name.

TNT SHM Field Names

This user property is used in conjunction with the TNT SHM Parent Function Field Names user property of the TNT SHM Agenda Functions business component. Use this user property to define the field names to be used to display the existing subfunction details in the Sub Function pop-up applet. Also, if there is any change in the subfunction details, use this user property to map all these field values back to the parent business component.

In C++, the field values are copied from the TNT SHM Create Agenda Sub Function VBC business component to the TNT SHM Agenda Functions business component in the defined field order. Therefore, you must maintain the order of the fields to determine from which field in the TNT SHM Create Agenda Sub Function VBC business component to which field in the TNT SHM Agenda Functions business component each value is copied.

Value

TNT SHM Day#, TNT SHM Function Type, TNT SHM Post As/Signage, TNT SHM Date, TNT SHM End Time, TNT SHM Flow, TNT SHM Location, TNT SHM Projected, TNT SHM Start Time, TNT SHM Expected Attendees

Parent Object Type

TNT SHM Create Agenda Sub Function VBC business component

Usage

This user property is used in C++ code in conjunction with the TNT SHM Agenda Functions business component. For more information about the usage of this user property, see TNT SHM Parent Function Field Names.

TNT SHM Field Names

This user property is used in conjunction with the TNT SHM Parent Function Field Names user property of the TNT SHM Functions business component. Use this user property to define the field names to be used to display the existing subfunction details in the Sub Function pop-up applet. Also, if there is any change in the subfunction details, use this user property to map all these field values back to the parent business component.

In C++, the field values are copied from the TNT SHM Create Sub Function VBC business component to the TNT SHM Functions business component in the defined field order. Therefore, you must maintain the order of the fields to determine from which field in the TNT SHM Create Sub Function VBC business component to which field in the TNT SHM Functions business component each value is copied.

Value

TNT SHM Day#, TNT SHM Function Type, TNT SHM Post As/Signage, TNT SHM Date, TNT SHM End Time, TNT SHM Flow, TNT SHM Location, TNT SHM Projected, TNT SHM Start Time, TNT SHM Expected Attendees, TNT SHM Function Space Id, TNT SHM Function Space

Parent Object Type

TNT SHM Create Sub Function VBC business component

Usage

This user property is used in C++ code in conjunction with the TNT SHM Function business component. For more information about the usage of this user property, see TNT SHM Parent Function Field Names.

TNT SHM Has Function Space Field

Use this user property to define whether or not the function space option is available for the function agenda.

Value

N

Parent Object Type

TNT SHM Create Agenda Sub Function VBC business component

Usage

This user property is used in C++ code to manage function space functionality. By default, the value is N, indicating that function space is not available in the Opportunities screen, Function Agenda view. Modify the value to Y if function space is available for the function agenda.

TNT SHM Has Function Space Field

Use this user property to define whether or not the function space option is available for the function agenda.

Value

Y

Parent Object Type

TNT SHM Create Sub Function VBC business component

Usage

This user property is used in C++ code to manage function space functionality. By default, the value is Y, indicating that function space is available in the Functions views of the Quotes, Orders, and Event Checks screens. Modify the value to N if function space is not available for the function.

TNT SHM Parent Function Field Names

This user property is used in conjunction with the TNT SHM Field Names user property of the TNT SHM Create Agenda Sub Function VBC business component. Use this user property to define the field names to be copied in the subfunction. Also, when the Sub Function pop-up applet is opened, use this user property to display these field values as subfunction records.

In C++, the field values are copied from the TNT SHM Create Agenda Sub Function VBC business component to the TNT SHM Agenda Functions business component in the defined field order. Therefore, you must maintain the order of the fields to determine from which field in the TNT SHM Create Agenda Sub Function VBC business component to which field in the TNT SHM Agenda Functions business component each value is copied.

Value

Day #, Function Type, Name, Start Date, End Time, Flow Flag, Location, Projected, Start Time, Expected #

Parent Object Type

TNT SHM Agenda Functions business component

Usage

This user property is used in C++ code in conjunction with the TNT SHM Create Agenda Sub Function VBC business component. When a user clicks the Sub Function button, the subfunctions of the selected function are displayed in the Create Agenda Sub Function pop-up applet. Similarly, if the existing subfunction details are modified or if new subfunctions are added, these changes are displayed in Opportunity screen, Function Agenda view.

This user property is used to map the VBC fields with the fields of the TNT SHM Agenda Functions parent business component. If you add, delete, or modify fields, then to display these changes, you must modify the value of this user property, and also the value of the TNT SHM Field Names user property in the TNT SHM Create Agenda Sub Function VBC business component.

TNT SHM Parent Function Field Names

This user property is used in conjunction with the TNT SHM Field Names user property of the TNT SHM Create Sub Function VBC business component. Use this user property to define the field names to be copied in the subfunction when the Sub Function pop-up applet is opened.

In C++, the field values are copied from the TNT SHM Create Sub Function VBC business component to the TNT SHM Functions business component in the defined field order. Therefore, you must maintain the order of the fields to determine from which field in the TNT SHM Create Sub Function VBC business component to which field in the TNT SHM Functions business component each value is copied.

Value

Day#, Function Type, Function Name, Date, End, Flow Flag, TNT SubFunction Location, Projected Num, Start, Expected Num, Joined Function Space ID, Joined Function Space Name

Parent Object Type

TNT SHM Function business component

Usage

This user property is used in C++ code in conjunction with the TNT SHM Create Sub Function VBC business component. When a user clicks the Sub Function button, the subfunctions of the selected function are displayed in Create Agenda Sub Function pop-up applet. Similarly, if the existing subfunction details are modified or if new subfunctions are added, these changes are displayed in the Functions views of the Quotes and Orders screens.

This user property is used to map the VBC fields with the fields of the TNT SHM Function parent business component. If you add, delete, or modify fields, then to display these changes, you must modify this user property value, and also the value of the TNT SHM Field Names user property of the TNT SHM Create Sub Function VBC business component.

TNT SHM Parent Function Write Field Names

This user property is used in conjunction with the TNT SHM Write Field Names user property. Use this user property to define the names of the fields that receive changes in subfunction details from the TNT SHM Create Sub Function VBC business component. Also use this user property to define the field names to be copied in the subfunction so that when the Sub Function pop-up applet is opened, all these field values are displayed as the existing subfunction records.

In C++, the field values are copied from the TNT SHM Create Sub Function VBC business component to the TNT SHM Function business component in the defined field order. Therefore, you must maintain the order of the fields to determine from which field in the TNT SHM Create Sub Function VBC business component to which field in the TNT SHM Functions business component each value is copied.

Value

Day#, Function Type, Function Name, Date, End, Flow Flag, TNT SubFunction Location, Projected Num, Start, Expected Num, Joined Function Space ID, Joined Function Space Name

Parent Object Type

TNT SHM Function business component

Usage

This user property is used in C++ code in conjunction with the TNT SHM Create Sub Function VBC business component. When a user clicks the Sub Function button, the subfunctions of the selected function are displayed in Create Agenda Sub Function pop-up applet. Similarly, if the existing subfunction details are modified or if new subfunctions are added, these changes are displayed in the Functions views of the Quotes and Orders screens.

This user property is used to map the VBC fields with the fields of the TNT SHM Function parent business component. If you add, delete, or modify fields, then to display these changes, you must modify this user property value, and also the value of the TNT SHM Field Names user property of the TNT SHM Create Sub Function VBC business component.

TNT SHM Write Field Names

This user property is used in conjunction with the TNT SHM Parent Function Write Field Names user property of the TNT SHM Function business component. Use this user property to define the field names to map back to the parent business component to save changes in the subfunction details.

In C++, the field values are copied from the TNT SHM Create Sub Function VBC business component to the TNT SHM Function business component in the defined field order. Therefore, you must maintain the order of the fields to determine from which field in the TNT SHM Create Sub Function VBC business component to which field in the TNT SHM Functions business component each value is copied.

Value

TNT SHM Day#, TNT SHM Function Type, TNT SHM Post As/Signage, TNT SHM Date, TNT SHM End Time, TNT SHM Flow, TNT SHM Location, TNT SHM Projected, TNT SHM Start Time, TNT SHM Expected Attendees, TNT SHM Function Space Id, TNT SHM Function Space

Parent Object Type

TNT SHM Create Sub Function VBC business component

Usage

This user property is used in C++ code in conjunction with the TNT SHM Function business component. For more information about the usage of this user property, see TNT SHM Parent Function Write Field Names.

ViewMode Sort:3

Use this user property to sort the functions in the Create Agenda Sub Function pop-up applet.

Value

Start Time

Parent Object Type

TNT SHM Agenda Functions business component

Usage

This user property is used to sort the functions in the Opportunities screen, Function Agenda view. To sort the Function Agenda list on a different field, modify the value of this user property with that field name.

ViewMode Sort:3

Use this user property to sort the functions in Create Agenda Sub Function pop-up applet.

Value

Start

Parent Object Type

TNT SHM Function business component

Usage

This user property is used to sort the functions in the Opportunities screen Function Agenda view. If you sort the functions on a different field, then modify the value of this user property with that field name.

Siebel Hospitality Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.