Tuesday, February 19, 2019

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"/>

Ellucian banner: Dialog box, message box


Ellucian banner: Dialog box, message box

with OK
getTask().getGoqrpls().gDisplayErrMsg(
toStr("Income Type on all accounting records must be equal to"
+ " the Income Type on Header. Change Header Income Type"
+ " via Header Additional Information on Tools Menu") );



No OK
errorMessage(GNls.Fget(toStr("FYAINVE-0517"), toStr("FORM"), toStr("Document Text must exist for Direct Pay Invoices. Completion not allowed.")));

Banner : append before="*" after="rect67"



<x:append before="*" after="rect67">
   <v:component label="* Press F3 for Transaction Detail(FGITRND); Shift+F2 for Budget Status(FGIBSUM); F4 for Encumbrance List(FGIOENC)">
   </v:component>
</x:append>

Ellucian Banner: set record status, get record status

Ellucian Banner: set record status, get record status

System.out.println(" getRecordStatus 2 " +  getRecordStatus());

TaskServices.setRecordStatus("", "");

System.out.println(" getRecordStatus 2 " +  getRecordStatus());

//TaskServices.setRecordStatus("", "");
//fabinvhElement.acceptChanges();


//GbCommon.pCommit();
//fabinvhElement.acceptChanges();

setBlockRecordStatus("FABINVH", getCursorRecord(), Status.NEW);

BlockServices.setBlockRecordStatus("FTVVEND", BlockServices.getCurrentRecord(), Status.NEW);

getGlobal("QUERY_MODE").equals("1"))

setGlobal("QUERY_MODE", toStr("0"));

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...