DCT- Form API - to browse mediabin

ts_tech
edited July 15, 2021 in TeamSite #1

We have the following piece of code in our DCT (using None task to retrieve).

-----

<dialog-param name="taskId">
            <dialog-input>{78EB3F78-0A3C-11D3-8B23-00C0F0171F2D}</dialog-input>
          </dialog-param>                                                       <dialog-param name="width">
 
                                                                <dialog-output>
                                                                        <field-ref name="width" />
                                                                </dialog-output>
                                                        </dialog-param>
                                                        <dialog-param name="height">
                                                                <dialog-output>
                                                                        <field-ref name="height" />
                                                                </dialog-output>
                                                        </dialog-param>
----

For some reason integrating TS 7.4.1.1 with VMB 8.0.3 - the height, width and few other meta data is not getting populated? Anything missing?

 

Comments

  • I feel that this is a customization in the DCT using .js file. The .js file is updating the Width and Height fields. Search for .getWidth() and .getHeight() in the .js files. These js files are referenced in Datacapture.cfg with Script SRC tag.

     

    Also, this will not work on TeamSite 7.4.1. Because TeamSite 7.4.1 works using VirageMediaBinServer.asmx webservice. There is a lot of changes between viragemediabinserver.asmx (newgen) and mediabinserver.asmx (legacy). To get this auto populate working with TS 7.4.1, I think you need to revert to legacy ecmconnector.jar.

  • Its not a simple deal for us to revert ecmconnect.jar. We would end up losing all richmedia features as well. 

    Can you advise on any patch solutions for this ecmconnector that would address this issue.

TeamSite Developer Resources

  • Docker Automation

  • LiveSite Content Services (LSCS) REST API

  • Single Page Application (SPA) Modules

  • TeamSite Add-ons

If you are interested in gaining full access to the content, you can register for a My Support account here.
image
OpenText CE Products
TeamSite
APIs