Takaaki Yoshimoto
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Activity overview
Latest activity by Takaaki Yoshimoto-
Takaaki Yoshimoto created an article,
Signals Notebook: How to Retrieve a List of Inventory Location Data in JSON Format via API
To retrieve a list of Inventory Location data via API, use GET /entities.Example using Swagger: Sign in with an administrator account and navigate to "App Launcher > Signals Configuration > System ...
-
Takaaki Yoshimoto created an article,
Signals Notebook: How to Grant Permissions Required for Dashboard Sharing
Dashboard sharing requires the "Manage Dashboards" permission (available from version 26.4).Steps to Grant Permission:1. Navigate to Signals Configuration > User Roles as a System Administrator.2. ...
-
Takaaki Yoshimoto created an article,
Signals Notebook and Signals One: Contextual Lists Feature is Visible in Signals Configuraiton for Administrators but is Not Working for Users
Problem:Contextual Lists (or Contextual Picklists) is a feature designed for users with a Signals One license and does not function with only a Signals Notebook license. Administrators can configur...
-
Takaaki Yoshimoto created an article,
Signals Notebook: Replacing the Content of Text Elements via API
To replace the content of Text elements via API, use 【PUT】/entities/{eid}/attachment.Example using Swagger: Prepare the Text file for replacementOpen the Text element to be replaced and obtain the ...
-
Takaaki Yoshimoto created an article,
Signals Notebook: Adding New Text elements to Experiments via API
To add a new Text element on an Experiment and write content to it via API, use 【POST】/entities/{eid}/children/{filename}. Example using Swagger:Open the Experiment where you want to add a Text ele...