Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Is it possible to execute oscript from custview.html?
Ray_Peterson_(rpeterso_-_(deleted))
I need my custview.html page to display certain parameters (nodeid, etc) from the Livelink page it's being displayed in. Is it possible to embed some oscript within the custview.html file and have it executed? Or is there another way that I could/should use? The custview.html page is used in a workflow and when a new workflow is created, the nodeid and stuff changes.Thanks in advance
Find more posts tagged with
Comments
Application_Services_FUJITSU_(fuji_ware05_-_(delet
Hi,This is indeed possible. We developed something so that installing a specific customview.html file will show the number of of tasks in the tasklist. We use a simple html file calling an oscript function.For info: jraedemaeker@switch.be
Ray_Peterson_(rpeterso_-_(deleted))
Thank you. I tried to embed a simple oscript piece of code as follows, but when the customview.html page is displayed, the oscript is displayed as text. Is there anything I'm missing, or is there anything I need to change either in the server or in the script? I've tried both of the following tests:(1) ;;oscript{ Integer thisInteger = 1 %The value is `thisInteger`
}(2) ;Integer thisInteger = 1 The value is `thisInteger`
Any additional help would be greatly appreciated.TIA