Property reference

sn_ex_sp.megamenu_async_timeout

The sn_ex_sp.megamenu_async_timeout property sets the timeout duration for loading the asynchronous megamenu in milliseconds. If the data load exceeds this duration, an error message is displayed, which can impact user experience in the Employee Center.

Default: 15000 Type: integer Application: Employee Center

Key questions about this property

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

What does it do? This property specifies the maximum time allowed for the asynchronous megamenu to load before aborting the operation and showing an error message.
What area does it affect? Employee Center megamenu
What does the default mean? The default value is "15000", which sets the baseline numeric behavior for this property.
When should you review it? Review this property when optimizing menu load times or troubleshooting loading issues.

Out of the box property record

Raw metadata from the property record.

Property name sn_ex_sp.megamenu_async_timeout
Sys ID cbb59c9743702210b0de43d488b8f271
Type integer
Application Employee Center
Default value 15000
Description Specifies the timeout duration (in milliseconds) for loading the asynchronous megamenu
Updated 2025-05-23 00:14:44

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... data. ▪False: Show that previous session data until the async flow gets the data and then update the UI. For more information, see User portal data map. c. Specify the sn_ex_sp.megamenu_async_timeout timeout duration (in milliseconds) for loading the asynchronous mega menu. The default value is 15000. After 15 seconds, the UI aborts the data load and displays an error message There ...