Custom Attribute help

pathos_jamf
New Contributor

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 1

pathos_jamf
New Contributor

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.