GetProfileAttr and ApplicationName
Hi Gurus,
We have Siebel 8.1.1 and windows environment.
I want to know the more information about GetProfileAttr method in the siebel escript.
I looked into documentation, but it seems confusing, can anybody throw some light on it.
Also what is the ApplicationName when we call TheApplication().GetProfileAttr("ApplicationName");
Does the value from the above code gets changed depends upon the user logged in ?
And I also want to know how to run this code TheApplication().GetProfileAttr("ApplicationName"); in Browser script as alert, so that I can see the ApplicationName value by logging in as different users.
Thanks