Forum Discussion

hhagay's avatar
hhagay
Contributor
9 years ago

Is there a way to create multiple mds under one mds project?

 

Hello

 

Let me clarify

Consider the following EXAMPLE :) :

- You have a project name Login

- You dragged the necessary functions to create the execution project

 

Now you want to create similar execution project (mds) for Logout

The problem is that you can't copy, refer, use functions from one project in another project and that is before even addressing the shared resources (util libraries, config files, etc.)

 

Thank you

 

3 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    So.... why is adding units and such to the project as existing items out of bounds?

    As it is, if there are functions that you need to have universally available and you don't want to beother with shared units, that's why I've been using Script extensions a lot lately...

    • hhagay's avatar
      hhagay
      Contributor

      Hello Roberts

      Please elaborate

       

      Thank you

       

      • NisHera's avatar
        NisHera
        Valued Contributor

        Your below statement is not true.......... 

        "..... you can't copy, refer, use functions from one project in another project "

         

        you can add scripts from project A to Project B.

        click project B \ script 

        right mouse and existing item

        then it will show dialog where you can point physical location of Project A script.

         

        or else as tristaanogre says you can write sctipt extentions  for more information read this 

        Script extentions are easy to use once written. But I don't use much since I need to do debug and modification time to time.

         

        please read this also