cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

LSPAGE_ALIAS_C and BSP application HCM_LEARNING

Former Member
0 Kudos
193

Hi All -

I would like to use the table LSPAGE_ALIAS_C to configure alternatives to pages within the standard BSP application HCM_LEARNING. I'd like to create custom versions of pages like trainingtype.htm and navigation.htm

My question is - should I create Z-pages within the BSP application HCM_LEARNING (and point the original pages at the custom pages in LSPAGE_ALIAS_C) or should I create my own BSP application ZHCM_LEARNING and modify my pages there and point the standard HCM_LEARNING pages at the corresponding ZHCM_LEARNING pages in LSPAGE_ALIAS_C? My concern is that in initial testing it doesn't look like all the variables contained in the application will just auto-magically transfer between the two BSP applications, and therefore I need to create z-pages within the standard BSP application HCM_LEARNING.

If anyone can confirm my findings one way or another it would be most appreciated, as I need to get started on these changes!

Thanks very much!

Abby

View Entire Topic
pbadalinc
Explorer
0 Kudos

I copied the whole HCM_learning BSP app to ZHCM_learning . I just need to add a url parameter in file launchcourse.htm in my custom zHCM_learning. but when i debug i see it is referencing back to HCM_learning>launchcourse.htm.

what am i missing.