Skip to content
Snippets Groups Projects
Commit 813fb966 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

better KeywordRegistry-syntax

parent efe25aec
No related branches found
No related tags found
No related merge requests found
......@@ -17,50 +17,50 @@
*/
function $KeywordRegistry(){}
$KeywordRegistry.attributeType = function(){return "AttributeType"};
$KeywordRegistry.keywordAttributeType = function(){return "KeywordAttributeType"};
$KeywordRegistry.contractPayment = function(){return "ContractPayment"};
$KeywordRegistry.contractStatus = function(){return "ContractStatus"};
$KeywordRegistry.contractType = function(){return "ContractType"};
$KeywordRegistry.activityDirection = function(){return "ActivityDirection"};
$KeywordRegistry.attributeType = function(){return "AttributeType";};
$KeywordRegistry.keywordAttributeType = function(){return "KeywordAttributeType";};
$KeywordRegistry.contractPayment = function(){return "ContractPayment";};
$KeywordRegistry.contractStatus = function(){return "ContractStatus";};
$KeywordRegistry.contractType = function(){return "ContractType";};
$KeywordRegistry.activityDirection = function(){return "ActivityDirection";};
$KeywordRegistry.contactStatus = function(){return "ContactStatus"};
$KeywordRegistry.contactStatus$active = function(){return "BSIC0rel-stat-actv-ae03-b6b04430e90b"};
$KeywordRegistry.contactStatus = function(){return "ContactStatus";};
$KeywordRegistry.contactStatus$active = function(){return "BSIC0rel-stat-actv-ae03-b6b04430e90b";};
$KeywordRegistry.currency = function(){return "Currency"};
$KeywordRegistry.productGroupcode = function(){return "ProductGroupcode"};
$KeywordRegistry.offerStatus = function(){return "OfferStatus"};
$KeywordRegistry.organisationType = function(){return "OrganisationType"};
$KeywordRegistry.personGender = function(){return "PersonGender"};
$KeywordRegistry.taskStatus = function(){return "TaskStatus"};
$KeywordRegistry.taskType = function(){return "TaskType"};
$KeywordRegistry.currency = function(){return "Currency";};
$KeywordRegistry.productGroupcode = function(){return "ProductGroupcode";};
$KeywordRegistry.offerStatus = function(){return "OfferStatus";};
$KeywordRegistry.organisationType = function(){return "OrganisationType";};
$KeywordRegistry.personGender = function(){return "PersonGender";};
$KeywordRegistry.taskStatus = function(){return "TaskStatus";};
$KeywordRegistry.taskType = function(){return "TaskType";};
$KeywordRegistry.productPricelist = function(){return "ProductPricelist"};
$KeywordRegistry.productPricelist$standardList = function(){return "02553fc7-4611-4914-8ff5-0b7c4e7531c9"};
$KeywordRegistry.productPricelist = function(){return "ProductPricelist";};
$KeywordRegistry.productPricelist$standardList = function(){return "02553fc7-4611-4914-8ff5-0b7c4e7531c9";};
$KeywordRegistry.quantityUnit = function(){return "QuantityUnit"};
$KeywordRegistry.salesprojectMemberRole = function(){return "SalesprojectMemberRole"};
$KeywordRegistry.salesprojectSource = function(){return "SalesprojectSource"};
$KeywordRegistry.salesorderState = function(){return "SalesorderState"};
$KeywordRegistry.salesprojectWonLost = function(){return "SalesprojectWonLost"};
$KeywordRegistry.stockWarehouse = function(){return "StockWarehouse"};
$KeywordRegistry.salesprojectProbability = function(){return "SalesprojectProbability"};
$KeywordRegistry.activityCategory = function(){return "ActivityCategory"};
$KeywordRegistry.addressType = function(){return "AddressType"};
$KeywordRegistry.offerProbability = function(){return "OfferProbability"};
$KeywordRegistry.communicationMedium = function(){return "CommunicationMedium"};
$KeywordRegistry.salesprojectPricePolitics = function(){return "SalesprojectPricePolitics"};
$KeywordRegistry.salesprojectWeakness = function(){return "SalesprojectWeakness"};
$KeywordRegistry.salesprojectStrenght = function(){return "SalesprojectStrenght"};
$KeywordRegistry.salesprojectState = function(){return "SalesprojectState"};
$KeywordRegistry.salesprojectPhase = function(){return "SalesprojectPhase"};
$KeywordRegistry.taskPriority = function(){return "TaskPriority"};
$KeywordRegistry.taskProgress = function(){return "TaskProgress"};
$KeywordRegistry.salesprojectCompetitionState = function(){return "SalesprojectCompetitionState"};
$KeywordRegistry.objectRelationType = function(){return "ObjectRelationType"};
$KeywordRegistry.deliveryTerm = function(){return "DeliveryTerm"};
$KeywordRegistry.paymentTerm = function(){return "PaymentTerm"};
$KeywordRegistry.contactDepartment = function(){return "ContactDepartment"};
$KeywordRegistry.contactPosition = function(){return "ContactPosition"};
$KeywordRegistry.contactContactrole = function(){return "ContactContactrole"};
$KeywordRegistry.quantityUnit = function(){return "QuantityUnit";};
$KeywordRegistry.salesprojectMemberRole = function(){return "SalesprojectMemberRole";};
$KeywordRegistry.salesprojectSource = function(){return "SalesprojectSource";};
$KeywordRegistry.salesorderState = function(){return "SalesorderState";};
$KeywordRegistry.salesprojectWonLost = function(){return "SalesprojectWonLost";};
$KeywordRegistry.stockWarehouse = function(){return "StockWarehouse";};
$KeywordRegistry.salesprojectProbability = function(){return "SalesprojectProbability";};
$KeywordRegistry.activityCategory = function(){return "ActivityCategory";};
$KeywordRegistry.addressType = function(){return "AddressType";};
$KeywordRegistry.offerProbability = function(){return "OfferProbability";};
$KeywordRegistry.communicationMedium = function(){return "CommunicationMedium";};
$KeywordRegistry.salesprojectPricePolitics = function(){return "SalesprojectPricePolitics";};
$KeywordRegistry.salesprojectWeakness = function(){return "SalesprojectWeakness";};
$KeywordRegistry.salesprojectStrenght = function(){return "SalesprojectStrenght";};
$KeywordRegistry.salesprojectState = function(){return "SalesprojectState";};
$KeywordRegistry.salesprojectPhase = function(){return "SalesprojectPhase";};
$KeywordRegistry.taskPriority = function(){return "TaskPriority";};
$KeywordRegistry.taskProgress = function(){return "TaskProgress";};
$KeywordRegistry.salesprojectCompetitionState = function(){return "SalesprojectCompetitionState";};
$KeywordRegistry.objectRelationType = function(){return "ObjectRelationType";};
$KeywordRegistry.deliveryTerm = function(){return "DeliveryTerm";};
$KeywordRegistry.paymentTerm = function(){return "PaymentTerm";};
$KeywordRegistry.contactDepartment = function(){return "ContactDepartment";};
$KeywordRegistry.contactPosition = function(){return "ContactPosition";};
$KeywordRegistry.contactContactrole = function(){return "ContactContactrole";};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment