How to delete usages of other user modules of this module?

0
Hi  I want to delete  the usages of the other user module of the present module. Because I am getting errors while exporting the particular module package. please help me how to do.   Thanks in advance! Harika
asked
1 answers
0

Hello Harika, 

 

There are some dependencies to other modules in your current module that you want to export, there are some things you need to consider:

 

1. is the functionality that is attached to the module that you want to export necessary for the module to function? If yes then move it maybe within the module that you want to export

2. If not but you need the dependency in your current model, make a branch of your model and delete the dependency or move the dependency there and then export your module

3. If not then you can maybe ask why you have this function

 

Hope this helps,

 

Good luck!

answered