Hello All,
I know how to add and change functions to - func list. But how do we delete them if needed?
Do I have to run procedure to remove these from DB or is there any way how to do it from the rich client?
Or just remove lines i want in the xtk:funcList?
Adding additional SQL functions
Thank you,
Marcel
Views
Replies
Total Likes
Hi Marcel,
I think that the funcList schema is protected by default (unless you have admin rights) - see: https://docs.campaign.adobe.com/doc/AC/en/CFG_Editing_schemas_Protecting_schemas.html
You can also try the following: Delete attributes from native schema
Florent
Views
Replies
Total Likes
Hello,
Thank you for the answer. But i have added additional function to that list by following the docu.. but i have no idea how to remove additional functions just delete the additional funct list from the xtk:funcList?
Marcel
Views
Replies
Total Likes
Hello,
So the functions you want to remove are default ones or the ones you added? If they are the ones you added, you should be able to remove them from your additional list.
Florent
Views
Replies
Total Likes
Hello,
I want to remove these additional functions I have added to xtk:funcList by following Adding additional SQL functions tutorial. I want to know the approach in case of fallback
Best regards,
Marcel
Views
Replies
Total Likes
Hello All,
I write a workflow with javascript below:
A simple workflow Start->Javascript->End
==================================================================
var name = "YourFuncName"
var namespace = "YourFuncNamespace"
var event =
<funcList
xtkschema="xtk:funcList"
_operation="delete"
_key="@name,@namespace"
name={name}
namespace={namespace}
/>
xtk.session.Write(event);
==================================================================
Caution: Make sure that you put the correct name and namespace variable before proceed.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies