Skip to main content
Question

Custom Attribute help

  • April 6, 2023
  • 1 reply
  • 3 views

Forum|alt.badge.img+2

I am trying to set an email address as the office licensing activation email.

This is what is showing up on the profile on the test machine 

OfficeActivationEmailAddress = "$O365_licensing_email"

Under the Application & Custom Settings paylods I have

string
$O365_licensing_email

Under the computer extension attributes I have:
O365_licensing_email:IT@domainnamehere.com

What am I missing to get that email address populated into the profile payload?

1 reply

Forum|alt.badge.img+2
  • Author
  • New Contributor
  • 1 reply
  • April 6, 2023

I figured out my own issue.

The string under the Custom settings payloads MUST be $EXTENSIONATTRIBUTE_#
Where the # is the id number from the URL when you have the extension attribute open under configuration.
In this case, 1, since it's the first variable I am creating.

I hope this reply helps someone else in the future.