how to make expenditure_comment field in the pa layout in webadi required
Customer is trying to make the Expenditure Comment field when upload through
PA Web ADI. Customer followed note 1307626.1 which references updating a Web
ADI field to required. When they check the database with the update script
in the referenced note and the REQUIRE_FLAG is 'Y'. However, when uploading
through PA Web ADI, the field is still not required. Had customer bounce
the web tier.
select interface_col_name, required_flag from bne_interface_cols_b where
application_id = 275
and interface_code = 'TRANSACTION_INTERFACE'
and interface_col_name = 'EXPENDITURE_COMMENT'
you will see 'Y'
Also performed;
From the >Web ADI responsibility or from the >Projects Super User
PA Web ADI. Customer followed note 1307626.1 which references updating a Web
ADI field to required. When they check the database with the update script
in the referenced note and the REQUIRE_FLAG is 'Y'. However, when uploading
through PA Web ADI, the field is still not required. Had customer bounce
the web tier.
select interface_col_name, required_flag from bne_interface_cols_b where
application_id = 275
and interface_code = 'TRANSACTION_INTERFACE'
and interface_col_name = 'EXPENDITURE_COMMENT'
you will see 'Y'
Also performed;
From the >Web ADI responsibility or from the >Projects Super User
0