0% found this document useful (0 votes)
308 views

How To Export All Columns Form Material Transaction Distributions Form

This document provides a solution for exporting all columns from the Material Transaction Distributions form. It explains that by default, only four columns are exported when using the File -> Export option. The solution involves checking the form version, applying a specific patch if needed, and creating a personalization rule to set the EXPORT_HIDDEN_CANVASES property to TRUE, which will then export all columns. Creating this personalization involves navigating to the form, using the Personalize option, and creating a rule with the specified actions.

Uploaded by

Ad Elou
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
308 views

How To Export All Columns Form Material Transaction Distributions Form

This document provides a solution for exporting all columns from the Material Transaction Distributions form. It explains that by default, only four columns are exported when using the File -> Export option. The solution involves checking the form version, applying a specific patch if needed, and creating a personalization rule to set the EXPORT_HIDDEN_CANVASES property to TRUE, which will then export all columns. Creating this personalization involves navigating to the form, using the Personalize option, and creating a rule with the specified actions.

Uploaded by

Ad Elou
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

How to Export All Columns form Material Transaction Distributions Form [ID 580525.

1]
Modified 10-MAR-2011

Type HOWTO

Status PUBLISHED

In this Document

Goal
Solution
References

Applies to:
Oracle Cost Management - Version: 11.5.10.0 to 11.5.10.3 - Release: 11.5 to 11.5
Information in this document applies to any platform.

Goal
When using File -> Export for form Material Transaction Distributions, exported only information from Account tabbed region, i.e.
only 4 columns are exported in file (transaction date, account, transaction value, item, revision, trasaction type). For other forms
exported all regions.

Solution
1.Check your form version CSTFQITD.fmb It should be 115.36.115100.8
2. If it had lower version please apply Patch 5375091
3. Check if your form was personalized to export all columns
4. If it was not personalized to export all columns do the following setup:
a. Navigate to the form that you wish to create the personalization on.
Example:
Inventory>Material Distributions
b. While in the form, choose the following from the pull down menu:
Help>Diagnostics>Custom Code>Personalize
This will open the Personalization form and automatically query existing Rules for that function.
c. Then create the personalization rule for a particular form using the following as a guideline:
FORM CSTFQITD
Seq = 1
Description = Export Hidden Canvases
Level = Function
Enabled
On the Condition tab:
Trigger Event: WHEN-NEW-FORM-INSTANCE
Processing Mode: Not in Enter-Query-Mode.
Context Level: Site
On the Actions tab:
Seq: 1
Type: Property
Enabled
Object Type: Block
Target Object: C_I_DISTRIBUTIONS_V
Property Name: EXPORT_HIDDEN_CANVASES
Property Value: TRUE
d. After making changes, Save them, then exit Apps before navigating to the 'Material Distributions' page again and testing the
export functionality.

References

BUG:5375091 - ESC:NO LONGER ABLE TO EXPORT MATERIAL DISTRIBUTIONS DATA


NOTE:279034.1 - Information About the Oracle Applications Form Personalization Feature in 11i

Related

Products

Oracle E-Business Suite > Manufacturing > Discrete Manufacturing > Oracle Cost Management

Keywords

CSTFQITD.FMB; TRANSACTION DISTRIBUTIONS; FILE->EXPORT; MATERIAL


TRANSACTION DISTRIBUTIONS; PERSONALIZATION

Back to top

You might also like