Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SalesQuotationListPageInteraction class is the interaction class for a model driven PurchTableListPage form.
Syntax
class SalesQuotationListPageInteraction extends SysListPageInteractionBase
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
currentSalesQuotationTable | Gets an active record in the SalesQuotationTable table. |
![]() |
currentSmmBusRelTable | Gets an active record in the SmmBusRelTable table. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
getListPageType | Gets the list page type. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
initialized | Finishes initializing the list page and sets the list page display properties. (Inherited from SysListPageInteractionBase.) |
![]() |
initializeQuery | Enables the SmmBusRelTable field in the data source, provided that the table is not a temporary table, and sets the range values for the query. (Overrides the initializeQuery Method.) |
![]() |
initializing | Sets the list page type and calls the modeledQueryName method during the initialization of the list page. (Inherited from SysListPageInteractionBase.) |
![]() |
initIsProjectQuotation | Checks whether the quotation type is equal to the QuotationType::Project enumeration value and saves the result in a global variable. |
![]() |
initIsRelAccountValid | Checks whether the quotation business account is valid and saves the result in a global variable. |
![]() |
initIsSalesOrder | Checks whether the quotation is a template and has a reference to a sales order and saves the result in a global variable. |
![]() |
initIsSalesQuotation | Checks whether the quotation type is equal to the QuotationType::Sales enumeration value and saves the result in a global variable. |
![]() |
linkActive | |
![]() |
listPage | (Inherited from ListPageInteraction.) |
![]() |
new | Creates a new PageInteraction object operating on a listPage. (Inherited from ListPageInteraction.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
page | Gets the ListPage instance. (Inherited from PageInteraction.) |
![]() |
selectionChanged | Sets the current record in the SalesQuotationTable table and initializes the record-specific global variables. (Overrides the selectionChanged Method.) |
![]() |
setButtonEnabled | Enables or disables Action Pane buttons, based on the active record data. (Overrides the setButtonEnabled Method.) |
![]() |
setButtonFollowup | Enables or disables follow-up Action Pane tab buttons, based on the active record data. |
![]() |
setButtonGeneral | Enables the general Action Pane tab buttons, based on the active record data. |
![]() |
setButtonQuotation | Enables the quotation Action Pane tab buttons, based on the active record data. |
![]() |
setButtonQuote | Enables the quote Action Pane tab buttons, based on the active record data. |
![]() |
setButtonVisibility | Hides the Action Pane buttons, based on the list page type. (Overrides the setButtonVisibility Method.) |
![]() |
setCaption | Sets the form caption, based on the list page type. (Overrides the setCaption Method.) |
![]() |
setGridFieldVisibility | Hides the fields in the grid. (Overrides the setGridFieldVisibility Method.) |
![]() |
setListPageType | Sets the list page type. (Overrides the setListPageType Method.) |
![]() |
setModeledQueryName | Sets the modeled query name. (Inherited from SysListPageInteractionBase.) |
![]() |
setQuotationTypeFilter | |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
tabChanged | Called when the active tab is changed. (Inherited from ListPageInteraction.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
PageInteraction Class
ListPageInteraction Class
SysListPageInteractionBase Class
SalesQuotationListPageInteraction Class