cancel
Showing results for 
Search instead for 
Did you mean: 

How to pre-populate data field attributes in Time sheet entry FIORI application?

former_member243729
Participant
0 Kudos

In Standard time sheet entry FIORI app, there are about 4 fields which come from HCM configuration. I want to pre-populate one of the fields. Can I know how achieve it. Below is the xml.view code.

I tried setting the value and refreshing the oModel, .. when in debug F12 it shows the value I have set but when the actual screen loads it shows empty value for this field. So the value which I set is not pre-populating




 <Input showValueHelp="{accountingInfoModel>valueHelp}"

                  name="{accountingInfoModel>fieldName}"

                  valueStateText="{accountingInfoModel>valueStateText}"

                  valueHelpRequest="onInputHelp"

                  liveChange='manualHelpChange'

                  suggestionItemSelected='onManualItemSelection'

                  value="{accountingInfoModel>value}"

                  enabled="{accountingInfoModel>ReadOnly}">



                </Input>

Accepted Solutions (0)

Answers (0)