Skip to main content
_abhishek_
Level 3
November 4, 2024
Beantwortet

Does AJO assign default value in the attribute

  • November 4, 2024
  • 3 Antworten
  • 851 Ansichten

Hello

 

Does AJO allow to assign default value in the attribute used as a flag. If so, How long it takes to reflect into the system.

 

We tried using below option present in the schema, but default value is not getting assigned to the attribute when we create a new profile.

 

Regards,

Abhishek

 

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von SatheeskannaK

In this case, you're not creating the profile but rather using update activity to update the flag on the profile. Currently, with the update activity, you can update the existing profile. You can't create the profile and assign a default value using update activity.

3 Antworten

SatheeskannaK
Adobe Champion, Community Advisor, UG Leader
Adobe Champion, Community Advisor, UG Leader
November 5, 2024
_abhishek_
Level 3
November 5, 2024

The attribute which we are using are kind of a flag, which is getting updated through update activity in the journey. There is no batch/import associated with the dataset where these attributes are defined. The link shared above will only work if there is a import associated with the dataset.

 

Regards,

Abhishek

SatheeskannaK
Adobe Champion, Community Advisor, UG Leader
Adobe Champion, Community Advisor, UG Leader
November 6, 2024

In this case, you're not creating the profile but rather using update activity to update the flag on the profile. Currently, with the update activity, you can update the existing profile. You can't create the profile and assign a default value using update activity.

Thanks, Sathees