Write to a custom field from an app?Solved

Is it possible to write to custom field from within VBA code?

Answer

Nope, custom license fields are read-only from within your app.

If you want to write a field you'll have to...

  1. Create a script on your servers.
  2. Send data to that script.
  3. Then use our web API to set the field.

Note: you can't use the web API directly in your app. The security implications of that are described in our documentation.