Set the configuration options.
Option | Description |
---|---|
Show Error on Account Access Violation | Show an error if the user requests accounts they do not have access to. |
Show Excel4apps enabled Responsibilities Only | Only show responsibilities that are flagged as Excel4apps responsibilities. See Excel4apps Responsibility Profile Option for instructions to create the required configuration. |
Show Excel4apps Users Only | Tick this option to only load those users that have the Excel4apps responsibility assigned to their Oracle user account. This option can help significantly if your Oracle user table has many thousands of records in it. |
Track User Activity | Logs an entry in the icx_session_attributes table when a user connects with an Excel4apps application. Can be used to determine which users are actively utilizing the Excel4apps applications. In order to query this data use the following SQL statement: SELECT attr.*, s.first_connect, s.last_connect, s.disabled_flag, u.user_name, icx_sec.check_session (s.session_id) status FROM icx_sessions s, icx_session_attributes attr, fnd_user u WHERE s.session_id = attr.session_id AND attr.NAME = 'EXCEL4APPS' AND s.user_id = u.user_id ORDER BY s.last_connect DESC |
Database Fetch Batch Size | Batch size determines how many rows are interfaced from the server to the client at a time and also the size of batches written to Excel. |
Reports Wand Row Limit | Limits the number of rows returned by a Reports Wand query. Leaving this empty will return all rows. |
Reports Wand NoetixViews Schema | Set the NoetixViews Schema. Only enabled under certain conditions, see NoetixViews. |
System Administrator Contact Name | The name of the person in your organization that your users should first contact with Excel4apps software queries. |
Balance Hint | SQL hint added to the Get Balance formula that summarizes balances. |
Journal Hint | SQL hint added to the Get Balance formula that summarizes journals. |
Read Timeout | Time that the client waits for an answer from the server. |
Suppress Support Expiry Messages Until | Suppress support expiry warnings until the date entered. The date must be between todays date and 1 year in the future. |
Drive Type | Select the Shared Templates Drive type. The options are Oracle E-Business Suite Database, Dropbox or a central File Server. |
Maximum File Size | Enter the maximum file size that can be stored in the Shared Templates Drive. |
File Server Path | If the Shared Templates Drive type is set to File Server, enter the folder location here. |
Attachments:



