Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order for the report to be available to the user, it must be defined in metadata file modules.xml, which is located under<custom_project>/websrc/main/WebContentresources/metadata directory.

Code Block
languagexml
titlemodules.xml
collapsetrue
<modules>
	<module>
		<moduleid>ACCOUNTS_RECEIVABLE<<moduleid>REWARDS</moduleid>
		<applicationid>FINANCE<<applicationid>REWARDS</applicationid>
		...
		<features>
			<feature>
				...
				<reports>
			    	<report>
			      			<id>ACCOUNTS<id>REWARD_RECEIVABLEPARTICIPATING_BALANCELIST_REPORT</id>
				      		<name>key_accountsreward_receivableparticipants_balance<list</name>
			      			<description>key_view_the_accountsreward_receivableparticipant_balance<list</description>
				      		<reportfilename>AccountsReceivable<reportfilename>Rewards/AccountsReward_ReceivableParticipants_BalanceList.xml</reportfilename>
				    	</report>
					...
			    </reports>
			</feature>
			...
		</features>
	</module>
</modules>

...