/**
 * @author 198532
 */

entityConfiguration.gblapplications = {
	entity:"Application",
	searchTemplate: "/TCSFramework/templates/global/ApplicationSearch.jsp",
	addEditTemplate: "/TCSFramework/templates/global/ApplicationAdd.jsp",
	listTemplate: "",
	viewTemplate: "/TCSFramework/templates/global/ApplicationView.jsp",
	entityIdField: "appid_appdcnid",
	URLForEntityList:"/TCSFramework/ApplicationList.kar",
	URLForEntityPreEdit:"/TCSFramework/ApplicationGet.kar",
	URLForEntitySave:"/TCSFramework/ApplicationSave.kar",
	URLForPreFetch:null,
	postAddEdit: "postAddEditApplication",
	postSearch:null,
	postEdit:"postApplicationEdit",
	postList:null,
	saveValidate:null,
	beforeRowAdd:null,
	beforeCellAdd:null,
	beforeHeaderRowAdd:null,
	afterHeaderRowAdd:null,
	postViewTemplate:"postApplicationTemplate",
	postView:"postApplicationView",
	
	imageURL:"/TCSFramework/images/SMB-Assessing-logo-trans.png"
};
entityConfiguration.gblscreens = {
	entity:"Screen",
	searchTemplate: "/TCSFramework/jsp/templates/core/ScreenSearch.jsp",
	menuTemplate: "/TCSFramework/jsp/templates/core/ScreenMenu.jsp",
	menuItemsURL:"/TCSFramework/jsp/menuNavigator.html",
	addEditTemplate: "/TCSFramework/jsp/templates/core/ScreenAddEdit.jsp",
	listTemplate: "",
	viewTemplate: "/TCSFramework/jsp/templates/core/ScreenView.jsp",
	entityIdField: "scrid_scrdcnid_scrorgid",
	URLForEntityList:"/TCSFramework/ScreenList.kar",
	URLForEntityPreEdit:"/TCSFramework/ScreenGet.kar",
	URLForEntitySave:"/TCSFramework/ScreenSave.kar",
	URLForPreFetch:null,
	postAddEdit:null,
	postSearch:null,
	postEdit:null,
	postList:null,
	saveValidate:null,
	beforeRowAdd:null,
	beforeCellAdd:null,
	beforeHeaderRowAdd:null,
	afterHeaderRowAdd:null,
	postViewTemplate:null,
	postView:null,
	
	imageURL:"/TCSFramework/images/SMB-Assessing-logo-trans.png"
};

entityConfiguration.mfgpurchasereqs = {
	entity:"PurchaseReq",
	searchTemplate: "/TCSFramework/jsp/templates/purchase/PurchaseReqSearch.jsp",
	addEditTemplate: "/TCSFramework/jsp/templates/purchase/PurchaseReqAddEdit.jsp",
	listTemplate: "",
	viewTemplate: "/TCSFramework/jsp/templates/purchase/PurchaseReqView.jsp",
	entityIdField: "prid_prdcnid_prorgid",
	URLForEntityList:"/TCSFramework/PurchaseReqList.kar",
	URLForEntityPreEdit:"/TCSFramework/PurchaseReqGet.kar",
	URLForEntitySave:"/TCSFramework/PurchaseReqSave.kar",
	URLForPreFetch:null,
	postAddEdit:null,
	postSearch:null,
	postEdit:null,
	postList:null,
	saveValidate:null,
	beforeRowAdd:null,
	beforeCellAdd:null,
	beforeHeaderRowAdd:null,
	afterHeaderRowAdd:null,
	postViewTemplate:null,
	postView:null,
	
	imageURL:"/TCSFramework/images/SMB-Assessing-logo-trans.png"
};


/*appConfiguration.demoApp = {
tabURL:"test.jsp"
};*/
/*
moduleConfiguration.demoModule ={
	menuItemsURL:"/TCSFramework/jsp/menuNavigator.html"
};*/
