Hello, i would like to know if i can delete an attribute from a native schema of AdobeCampaign. I need to delete some but i dont know how does it will affect neolane or the DB. I will also need to know how to do it .
thanks
Solved! Go to Solution.
To delete an existing attribute on factory schemas follow the steps outlined here
<attribute name="registrationToken" _operation="delete"/>
Should you do this?
I would not recommend it as you never know what can break in the system when deletion of an attribute happens.
Regards,
Vipul
Views
Replies
Total Likes
To delete an existing attribute on factory schemas follow the steps outlined here
<attribute name="registrationToken" _operation="delete"/>
Should you do this?
I would not recommend it as you never know what can break in the system when deletion of an attribute happens.
Regards,
Vipul
Views
Replies
Total Likes
I support Vipuls approach.
@OP what are you trying to achieve by deleting OOTB attributes?
Views
Replies
Total Likes
im trying to delete some attributes of mobile app in a native schema, but i cant achieve that.
i tried to use <attribute name="registrationToken" _operation="delete"/> but i cant update in the DB
Views
Replies
Total Likes
Why do you need to delete it? this is required for push notifications to work.
Views
Replies
Total Likes
i dont need them in my new instance for now. thats why i want to delete them.
Views
Replies
Total Likes
There are hundreds of fields that are not used most of the time on Adobe Campaign and will probably never get populated, just ignore them. You may end up breaking some kind of relationship between tables or get errors on the console as these fields are referenced by input forms and other features.
Views
Replies
Total Likes
ok thank you
Views
Replies
Total Likes
its not the correct answer, I dont know why you tag it as correct.....
Views
Replies
Total Likes
Hi,
This is the most advisable answer that you'll get from anyone, including from Adobe. You can also try what Vipul suggested but doing so is not advised.
That's why it is marked as the right answer.
Florent
Views
Replies
Total Likes
Trying what Vipul suggested is not posible , database doesnt allow to update the push delete_operations atributes in the schema.
David_garcia gaves an advice not an answer to the problem.
Im waiting for Adobe's answer, thanks.
Have a nice day.
Views
Replies
Total Likes
Hi again,
Adobe's answer is the same one David's suggested, and the same that Vipul, who is very familiar with dealing with such issues as part of our Customer Care organization, suggested.
As for Vipul's suggestion, did you correctly perform all the steps he mentioned, including extending the schema (not modifying the schema itself)?
Florent
Hi Vipul,
What if we have mistakenly extended factory schema using the same namespace 'nms'.
Do you think we can delete only the extended part using the above mentioned command?
Thanks
Kapil
Views
Replies
Total Likes
Hi Kapil,
_operation="delete" attribute is used to delete the columns in the schema. When we extended the OOTB recipient schema with the same nms: namespace , it will override the existing schema and hides the schema definition but the structure remains unchanged. We too had the same issue, to restore the schema we need to replace the schema definition from any other instance and save it .
Thanks & Regards,
Prem Kumar Ganesan
Views
Replies
Total Likes
Hi Prem,
Could you please elaborate the steps on how to restore the schema from other instance?
I tried it and when I hit the Regenerate Schema option it gives the below error -
Thanks & Regards,
Sadaf
Views
Replies
Total Likes
Hi sadafali,
If your instance is hosted in Adobe data centers , please raise adobe support ticket to restore the schema . If its on-prem or hybrid model, follow the below steps to restore your OOTB schema . Ensure this operation should be performed only by Expert users .
1. Under configurations-- Data Schemas -- Right click on the schema whichever you want to replace and click delete. Refresh the folder and ensure the schema is deleted .
2. Click on 'New' button, select create a New table, give the name, label of the deleted schema and click next .
3. Now in the edit schema window just delete the auto generated schema definition code starting from <srcSchema....> to </srcSchema>
4.Copy the deleted schema definition starting <srcSchema....> <attributes...> </srcSchema> from other instance, paste it in the edit window and click save .
5. Now try to open the replaced OOTB schema and verify whether its shows a warning as "factory configured - object should not be edited".
Thanks,
Prem Kumar Ganesan
Hi Prem,
I am facing issues with editing any schema in my Adobe Sandbox server. Issue seems with nms:seedMember schema which is corrupted somehow. Now I am not able to regenerate to repair it. It is always throwing error like -
xtk-170030 empty value is not valid as a key for element srcSchema of document type Source schema of entities (xtk:srcShema)
Can you suggest something here. Thanks a lot in Advance.
Cheers!
Views
Replies
Total Likes
Thx Prem! This info was just what I needed!!