Friday, March 8, 2019

Multiple authentication mechanism chaining in OAM: Card 2FA authentication

Multiple authentication mechanism chaining in OAM: Card 2FA authentication

http://www.ateam-oracle.com/multiple-authentication-mechanism-chaining-in-oam/

Tuesday, February 19, 2019

Banner : after block in is populate detail

Banner : : after block in is populate detail

Ellucian banner : Search by name in keyblock


Ellucian banner : Search by name in keyblock

Order of struct is for Next item default, and search by name need ID next to Name

Ellucian Banner: Put activity_date at status bar


Ellucian Banner: Put activity_date at status bar

Put activity_date at status bar
 <Item CanvasName="MAIN_CANVAS" Id="SZRRECM_ACTIVITY_DATE" Required="true" Type="TextItem" Enabled="false">
            <Extension Name="CopyTo" Value="BANNER_FOOTER_DATA.ACTIVITY_DATE"/>
            </Item>

Error LOV error outside of block in Ellucian Banner 9

Error LOV error outside of block in Ellucian Banner 9

LOV error outside of block : key ibt need same name with id key
ex: ID  and ID_IBT

Ellucian banner: how to get rid of the warning Query Caused No records to be retrieved

Ellucian banner: how to get rid of the warning Query Caused No records to be retrieved


how to get rid of the warning Query Caused No records to be retrieved -- Re-enter?
MessageServices.setMessageLevel(FormsMessageLevel.decodeMessageLevel("5")); // 5-USER's Msg

But have to set it back to default after the action is done:

MessageServices.setMessageLevel(FormsMessageLevel.decodeMessageLevel("0")); // 0--ALL

Ellucian Banner : Pagination

Ellucian Banner : Pagination

in model xml

<pagination maximumRows="3" enabled="true"/>

AWS how to delete VPC when it has error with Network interface , Gateway decencies

   how to delete VPC when it has error with Network interface , Gateway decencies  in AWS 1. Check if it is running on EC2 instance then Sto...