Skip to main content

FAQ: ExtendInsights for Data Management NetSuite usage metrics

ExtendInsights Data Management| Learn how to report on usage

Updated over 2 weeks ago

You can report on how often users download, create, update, and delete NetSuite records through ExtendInsights by building a NetSuite saved search on SOAP Web Services Operations.

This is useful for adoption tracking, license governance, and ongoing enablement.


What this report tracks

The saved search counts key SOAP operations generated by ExtendInsights:

  • Downloads (getList)

  • Creates (addList)

  • Edits/Updates (updateList)

  • Deletes (deleteList)

Results are grouped by User Email so you can see usage by individual.


Part 1 - Create the Saved Search (SOAP Web Services Operations)

Step 1: Start a new Saved Search

  1. Go to Lists > Search > Saved Searches > New

  2. Select SOAP Web Services Operations

  3. Name the search: ExtendInsights Data Management Usage Metrics

Part 2 - Criteria tab (filter to ExtendInsights activity)

Step 1: Enable expressions

  1. Open the Criteria tab

  2. Check Use Expressions

Step 2: Filter by Integration Description

Add a criteria line:

  • Field: Integration Description

  • Operator: any of (or equals)

  • Values:

    • CloudExtend Excel

    • CloudExtend Excel for NetSuite

πŸ’‘ Tip: Use multi-select (Ctrl+Click) when applicable.

Step 3: Filter by Time

Add a second criteria line:

  • Field: Time

  • Operator: within last

  • Value: last business week (or your preferred window)

When done, it should look like this:

Part 3 - Results tab (group by user and count actions)

Step 1: Group by user

Add:

  • Field: User Email

  • Summary Type: Group

Step 2: Add usage counters (Formula Numeric)

πŸ”΅ # of times records were downloaded

Field ID: Formula (Numeric)

Summary Type: Sum

Formula:

CASE WHEN {operation} LIKE 'getList' THEN 1 ELSE 0 END

Custom Label: # of times records were downloaded

πŸ”΅ # of times records were created

Field ID: Formula (Numeric)

Summary Type: Sum

Formula:

CASE WHEN {operation} LIKE 'addList' THEN 1 ELSE 0 END

Custom Label: # of times records were created

πŸ”΅ # of times records were edited

Field ID: Formula (Numeric)

Summary Type: Sum

Formula:

CASE WHEN {operation} LIKE 'updateList' THEN 1 ELSE 0 END

Custom Label: # of times records were edited

πŸ”΅ # of times records were deleted

Field ID: Formula (Numeric)

Summary Type: Sum

Formula:

CASE WHEN {operation} LIKE 'deleteList' THEN 1 ELSE 0 END

Custom Label: # of times records were deleted

Step 3: (Optional) Sort and refine

To ensure consistent ordering, add a sort (for example, by User Email or one of the usage columns).

It should look like this:

Step 4: Save and Run

Click Save and then Run to validate the output.


Recommendations

We highly recommend that managers add this as a KPI to their dashboards and monitor activity by users. The KPI view will show usage for all users.

A) Add the search to a dashboard KPI

  1. Click Personalize on your dashboard

  2. Drag KPI Indicator to the desired location

  3. Click Setup > Custom KPI

  4. Add your saved search: ExtendInsights Data Management Usage Metrics

This provides quick visibility into overall activity trends.

B) Schedule a weekly summary email to leaders

This is helpful for operational accountability and adoption monitoring.

Step 1: Open the saved search and edit it

Find ExtendInsights Data Management Usage Metrics and click Edit.

Find your "ExtendInsights Data Management Usage Metrics" Saved Search and click Edit Search.

Step 2: Email tab settings

  1. Go to the Email tab

  2. In Specific Recipients:

    • Add the leaders/stakeholders who should receive the report

    • Enable options such as:

      • Send emails according to schedule

      • Summarize scheduled emails

      • Send if no results (recommended so leaders know it ran)

Step 3: Customize the message

Suggested template:

From: "CloudExtend" <your email address>

Subject: πŸ“ˆ CloudExtend Excel for NetSuite Usage Summary

Message:

This email summarizes how many times users download NetSuite records, create NetSuite records, edit NetSuite records and delete NetSuite records using ExtendInsights Data Management.

Red flags to πŸ‘€ watch for:

❌ If someone has an active license to ExtendInsights but IS NOT included in this summary, then they have not used the application at all. **To view who has a license login to subscriptions.cloudextend.io**

❌ If usage decreases by a particular user or users continually declines week by week.

Hold these users accountable. Remind them that working with their NetSuite data in Excel will save them a substantial amount of time. If additional training is required, reach out to cloudextend-training@celigo.com.

Sample Email

Step 4: Turn On View Record Link

Ensure that the View Record Link is checked off

Step 4: Schedule tab

On Schedule Subtab:

  • Set a weekly schedule (example: every Thursday)

  • No end date (optional)

Set your schedule. We recommend a weekly event every Thursday with no end date.

Step 5: Save and run

Your ExtendInsights Summary saved search will now be emailed to the Leaders weekly.

Did this answer your question?