SessionBean output
Answered
Hi
Im currently working on a dynamic custom header and need to know if i can get the "Client Organizations Refrence ID" from the SessionBean, i know i can get the "Client Organization Name", but our naming convention prevents us from using that one.
With this i can set the respective company logos dynamically, and would only need to maintain a single .jsp file instead of 1 for each customer.
Best regards,
Jan
Hi Jan,
If you are going to be working frequently with JSP files, I would recommend downloading something like Eclipse and then adding the i4-core.jar and i4-mi.jar files from the YF lib to the build path so that you can use the auto-complete so see what exactly is available from the bean.
Though, in this case it will be accessed as:
To access the current client ref you can just use: Let me know if this works for you!Nathan
Hi Jan,
If you are going to be working frequently with JSP files, I would recommend downloading something like Eclipse and then adding the i4-core.jar and i4-mi.jar files from the YF lib to the build path so that you can use the auto-complete so see what exactly is available from the bean.
Though, in this case it will be accessed as:
To access the current client ref you can just use: Let me know if this works for you!Nathan
Hi Nathan,
Great, just tested it and it works perfect.
Best regards
Jan
Hi Nathan,
Great, just tested it and it works perfect.
Best regards
Jan
Awesome! Let me know if you have any other questions.
Nathan
Awesome! Let me know if you have any other questions.
Nathan
Replies have been locked on this page!