java - How to add new AdfBcFactTypes in oracle rules file -


i have oracle rules file: mydeparmentrules.rules

i have adfbcfacttype nodes propertys:

<adfbcfacttype id="j}my.project.depart.model.gri.views.grdetalesdeclaracionsvvo">             <name>my.project.depart.model.gri.views.grdetalesdeclarationsvvo</name>             <alias>detales</alias>             <visible>true</visible>             <creationupdatenumber>2362</creationupdatenumber>             <property id="j}my.project.depart.model.gri.views.grdetalesdeclarationsvvo.{viewrowimpl}">                 <name>viewrowimpl</name>                 <alias>viewrowimpl</alias>                 <visible>true</visible>                 <creationupdatenumber>2362</creationupdatenumber>                 <idoftype>j}my.project.depart.model.gri.views.grdetalesdeclarationsvvorowimpl</idoftype>                 <listcontentid>b}nil</listcontentid>                 <type>my.project.depart.model.gri.views.grdetalesdeclarationsvvorowimpl</type>                 <idofbucketset>b}nil</idofbucketset>                 <writable>true</writable>                 <readable>true</readable>                 <local>true</local>                 <expression id="l}8242">                     <isconstant>false</isconstant>                     <parameterid>b}nil</parameterid>                     <customizable>false</customizable>                 </expression>                 <primarykey>false</primarykey>             </property>             <property              ....................... 
  1. how add new adfbcfacttype-s new view objects?
  2. how add new property-s these adfbcfacttypes?

i solved in following way:

i downloaded following:

  1. oracle soa composite editor
  2. oracle business rules designer

by: -> updates -> oracle soa composite editor


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -