Can someone share reference link or document on how to build new widget for smart view?
@priteshkabra Smart View is usually attempted by OT Developers (Trained by OT Training) .Self-study is possible but complicated unless you were familiar with OT Javascript frameworks(Marionette, BackBone, NPM, node JS, etc) Most people I believe tack on Web Reports code called Perspectives. Some developers get an entry point(I think called an extension) and piggy back on that with other things(Angular and so on)
Oscript is needed (and not needed) but it depends on what you are up to. Oscript is needed if you realize that a particular REST endpoint does not exist or OT has not provided it yet. Oscript CSIDE has a very minor role as the HTML5 app that you finally produce has to be put on the support virtual directory. I am not sure if you do file copies whether it would work(I think it would)
Here is the main OTDN link https://knowledge.opentext.com/knowledge/llisapi.dll/open/16376487 You will not get SDK access if you are not a paying customer.
REST https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=67789539&objAction=browse&viewType=1
OSCRIPT (mostly) https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=67790529&objAction=browse&viewType=1
A SmartUI Power point https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=72854207&objAction=Open&nexturl=/knowledge/cs.dll?func=srch.SearchCache&cacheId=?
Unfortunately, I am not able to find the class material for Smart as I was taught. Perhaps it is restricted material.
Reiner Merz's external Bloghttp://pos2007.de/find-require-js-module-dependencies-in-smartui
@Reiner Merz said: Hi There is a receipe how to install the sdk and whats in the demo widget on my blog (pos2007.de)
Can you please share link for same
lementree said: @Reiner Merz said: Hi There is a receipe how to install the sdk and whats in the demo widget on my blog (pos2007.de) Can you please share link for same