Murillo, Sergio
- Total activity 174
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 93
Articles
Recent activity by Murillo, Sergio-
Signals Notebook: Creating Containers through the API using different measurement types
Details: There are currently 3 types of measurements for Inventory Containers: Mass Volume Count You can get this by fetching a container /inventory/containers/{eid} and looking into the Amount ...
-
Signals Notebook: When using the new RevvityCloud domains, new API keys need to be generated
Existing API keys for legacy domains do not work on RevvityCloud domains. You need to generate new API keys while logged in to the new RevvityCloud domain. This new API key only works on the Revv...
-
CBOE: Additional metadata columns in COEDB.PEOPLE can be populated but will not be displayed in the User Management Window
Additional columns are present in the COEDB.PEOPLE table: TITLE, DEPARTMENT These columns can be populated by the admin but this data will not be visible on the User Management Window. This dat...
-
Signals Notebook: ADT does not support formatted text
When using API: When using formatted text to PATCH an ADT over API, a message similar to the following will be displayed: The request parameters are in bad format. ERROR - Unable to parse JSON ...
-
Signals Notebook: External Data sources expected response time
When retrieving data from an external data source, Signals Notebook expected data to be returned within 20 seconds. If the data source does not respond within this threshold, Signals Notebook will ...
-
CBOE: Inventory may fail to launch if Cylance Protect policy blocks scripting
If your company uses Cylance Protect, when launching Inventory you may run into the following message: After disabling friendly HTTP messages in Internet Explorer, the following messages may be ...
-
Signals Notebook: Edit in Spotfire button requires write access
The "Edit in Spotfire Analyst" button available on Spotfire files attached to SNB Experiments requires write access to the entity. If the button is missing/ not available, this means the user ...
-
Signals Notebook: Using POST and PUT in External Data Sources
When your data source has been configured to allow POST and PUT operations, here is how you use each one in the UI: PUT: Edit the desired data in the table, click on the row menu and select "Update...
-
Signals Notebook: Patching and ADT over API may require a reason if the ADT is embedded in a Worksheet
When patching an ADT using the following endpoint: PATCH /adt/{eid} You may need to provide a reason if the ADT field is locked: "meta": { "reasonId": "1", "comment": "optional" } If no...
-
Signals Notebook: Adding large attachments to materials/assets over API
Details: The following endpoint has a string length limitation when adding attachments to fields: {baseURL}/api/rest/v1.0/materials/{eid}/properties?force=true {status: '400', code: 'BadRequest...