Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
OTL: Timecard Attribute prompt is not getting displayed in timecard
Hi,We are trying to customize the OTL timecard by adding two new attribute. I am able to see two choicelists and the values are getting fetched from the views created. But attribute prompt is not getting dispalyed for those two fields.
Below is the code that am using. Any pointers will be helpful. I have added attirbutes in AK attribute and AK Regon.
BEGIN HXC_LAYOUT_COMPONENTS "XX Taxi Choice List"
OWNER = "ORACLE"
COMPONENT_VALUE = "TAXI"
REGION_CODE = "HXC_CUI_TIMECARD"
REGION_CODE_APP_SHORT_NAME = "HXC"
ATTRIBUTE_CODE = "HXC_TIMECARD_TAXI"
ATTRIBUTE_CODE_APP_SHORT_NAME = "HXC"
SEQUENCE = "193"
Below is the code that am using. Any pointers will be helpful. I have added attirbutes in AK attribute and AK Regon.
BEGIN HXC_LAYOUT_COMPONENTS "XX Taxi Choice List"
OWNER = "ORACLE"
COMPONENT_VALUE = "TAXI"
REGION_CODE = "HXC_CUI_TIMECARD"
REGION_CODE_APP_SHORT_NAME = "HXC"
ATTRIBUTE_CODE = "HXC_TIMECARD_TAXI"
ATTRIBUTE_CODE_APP_SHORT_NAME = "HXC"
SEQUENCE = "193"
0