Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

[Q] Method - Attaching and Opening a manual

edited Nov 30, 2018 12:16AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 1 comment

Hi, This is Chulwon Lee.

I'd like to make the function about popup or linked manual.

So, I make a function in Business script for opening html file.

But, I also add other type file such as mhtml, pdf, ppt and doc.

Plz, Can you help me?

1. Can I realize it? ( Can Siebel realize it?)

2. What is a method which add or replace to realize?

Thank you in advance.

//--------------------------------------------------[Function 1] -----------------------------------------------------------

function fnHelpContentGet(Inp, Outp)

{

  var sOrganizationId = TheApplication().GetProfileAttr("Primary Organization Id");

  var sViewName = TheApplication().ActiveViewName();

  var sLangCd = TheApplication().GetProfileAttr("Language Code");

  var sTemplateText = "";

  var isRecord;

  var oBo = TheApplication().GetBusObject("Organizations");

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center