[Q] Method - Attaching and Opening a manual
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");