Property reference

com.glide.cs.choice.pagination.script.method_signature

The property defines the method signature for paging choice pickers in the VA Server. Admins should review it to ensure that paging is handled by the script instead of in memory, which can affect performance and functionality.

Default: (startRow, limit, fieldName, searchText) Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? It specifies the method signature that the VA Server uses to manage paging for choice pickers through scripting.
What area does it affect? Virtual Agent Server
What does the default mean? The default value is "(startRow, limit, fieldName, searchText)", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring choice pickers or optimizing performance in the Virtual Agent.

Out of the box property record

Raw metadata from the property record.

Property name com.glide.cs.choice.pagination.script.method_signature
Sys ID 1d49c527c333311091c54f877840dd8d
Type string
Application Global
Default value (startRow, limit, fieldName, searchText)
Description This is the method signature that the VA Server will look for to know that paging for choice pickers will be handled by the script rather than in memory.
Updated 2024-05-25 03:38:54

Sources

Official references and nearby text excerpts where this property appears.