Author Message
chukiat.dDenkongpon
Joined: Jun 11, 2012
Messages: 0
Offline
Hi

I have the problem that I deleted Submodule from AAOD App.
But Submodule variable still existed in AAOD App.

So How to remove submodule variable from AAOD App?

What is the reason that Submodule variable still existed AAOD App ?

Please give me any suggestion.

Chukiat D.
RossYakulis
Joined: Nov 6, 2013
Messages: 2652
Offline
That is very odd. If you are VERY careful, (make a back up copy of the project.variables first, or your whole project for that matter) then open the project.variables with the text editor and then search for the variable name you want to delete. There will be an entry for each field of the complex variable like :

<variable factoryID="" name="untitledCApp1:untitledOutput1" owner="com.avaya.sce.callflow" type="com.avaya.sce.callflow.ui.moduleOutput" value="" version="1.0">
<editpolicies>
<policy name="deleteable" value="false"/>
<policy name="renameable" value="false"/>
<policy name="appendable" value="false"/>
<policy name="opaque" value="true"/>
</editpolicies>
</variable>

as an example. In this example the variable is named untitledCApp1 and you would find all ocurrances of it and remove the <varaible>...</variable>

Then save and click open with Project variable editor.
Go to:   
Mobile view