A training article on Descriptive flexfields, also refered as DFF
First some basic Question and answers, and then we will do screenshots detailing how flexfields are configured.
Question: What does DFF mean?
Answer: DFF is a mechanism that lets us create new fields in screens that are delivered by Oracle.
Question: Oh good, but can these new fields be added without modifying/customization of the screen?.
Answer: Yes, certainly. Only some setup is needed, but no programmatic change is needed to setup DFF.
Question: Why the word Descriptive in Name DFF?
Answer: I think Oracle used this terminology because by means of setup...you are describing the structure of these new fields. Or may be Oracle simply used a silly word to distinguish DFF from KFF(discussed in latter training lesson).
Question: Are these DFF's flexible?
Answer: A little flexible, for example, depending upon the value in a field, we can make either Field1 or Field2 to appear in DFF.
Question: So we create new fields in existing screen, but why the need of doing so?
Answer: Oracle delivers a standard set of fields for each screen, but different customers have different needs, hence Oracle lets us create new fields to the screen.
Question: Are these new fields that get created as a result of DFF free text?
I mean, can end user enter any junk into the new fields that are added via DFF?
Answer: If you attach a value set to the field(at time of setup of dff), then field will no longer be free text. The entered value in the field will be validated, also a list of valid values will be provided in LOV.
Question : Will the values that get entered by the user in dff fields be updated to database?
Answer: Indeed, this happens because for each field that you create using DFF will be mapped to a column in Oracle Applications.
Question: Can I create a DFF on any database column?
Answer: Not really. Oracle delivers a predefined list of columns for each table that are meant for DFF usage. Only those columns can be mapped to DFF segments. These columns are named similar to ATTRIBUTE1, ATTRIBUTE2, ATTRIBUTE3 ETC. Usually Oracle provides upto 15 columns, but this number can vary.
Question: Can I add hundreds of fields to a given screen?
Answer: This depends on the number of attribute columns in the table that screen uses. Also, those columns must be flagged as DFF enabled in DFF Registration screen. Don't need to worry much about this because all the ATTRIBUTE columns are by default flagged for their DFF usage.
Question: Hmmm, I can see that DFFs are related to table and columns...
Answer: Yes correct. Each DFF is mapped to one table. And also each segment(or call it field) is mapped to one of the attribute columns in that table.
Question: I want these fields to appear in screen only when certain conditions are met. Is it possible?
Answer: Yes, we have something known as Context Sensitive Descriptive Flexfields.
In Order to do this, we will follow the below steps(screenshots will follow) :-
1. Navigate to the DFF Registration screen in Oracle Apps and query on Table AP_BANK_BRANCES. Now click on Reference Field
2. Navigate to DFF Segments screen and query on the Title of the “Bank Branch” and Unfreeze the Flexfield and add segments as to Section "GLOBAL Data Elements" as shown in screenshots.
Here are the screenshots......The descriptions are embedded within the screenshots.
We are in "Bank Branches screen" below, that is available in Payables responsibility. We need to add a new field as below.
Once having noted down the table, we try to find the Title of the DFF for that Table. We go to Flexfield/Register
Here we pick the Title of the respective DFF
Query on that DFF Title from Descriptive Flexfield Segment Screen
Add a new segment under "Global Data Elements"
The options for making mandatory or enabling validations for the new field.

Once you finalize the changes, you will be prompted to Freeze the DFF definition. Click on OK

Now, we see the fruits of our configuration
written by Anil Passi , November 15, 2006
written by Anil Passi , November 15, 2006
If Oracle does not provide DFF,then do the following....
1. Create a custom screen with custom table.
2. Enable Special Menu in std oracle screen
3. Using Custom.pll or forms personalization, let the user navigate to custom screen to capture the values for additional fields.
Needless to say, the custom table will have a foreign key towards main Oracle Apps table
written by Anil Passi , November 15, 2006
written by Anil Passi , November 15, 2006
If Oracle does not provide DFF,then do the following....
1. Create a custom screen with custom table.
2. Enable Special Menu in std oracle screen
3. Using Custom.pll or forms personalization, let the user navigate to custom screen to capture the values for additional fields.
Needless to say, the custom table will have a foreign key towards main Oracle Apps table
written by Rekha , November 18, 2006
Thanks,
Rekha
written by Rekha , November 18, 2006
Thanks,
Rekha
written by kartikey , November 21, 2006
I m learning Oracle apps and i m very thankful for u r amazing study materials.I want to ask a simple question if any of oracle (which hv already made and implemented )form does not hv any DFF field then how will i create a option button on them and make it DFF.Second while creating a new form is there any special button for DFF.
I will be very thankful if u answerd my simple question
thanks
written by Anil Passi , November 21, 2006
For the 1st qns, please see my response to Santosh.
For second question, you will need to register the DFF and its segments as Oracle does for the screens it delivers.
Next, in the when new form instance trigger, you must call the API to register DFF against the form being executed. I dont recollect name of that user exit/api. please let me know if you want me to dig that out...you can also read application developer guide which details the steps
thanks
anil
written by kartikey , November 21, 2006
I m learning Oracle apps and i m very thankful for u r amazing study materials.I want to ask a simple question if any of oracle (which hv already made and implemented )form does not hv any DFF field then how will i create a option button on them and make it DFF.Second while creating a new form is there any special button for DFF.
I will be very thankful if u answerd my simple question
thanks
written by Anil Passi , November 21, 2006
For the 1st qns, please see my response to Santosh.
For second question, you will need to register the DFF and its segments as Oracle does for the screens it delivers.
Next, in the when new form instance trigger, you must call the API to register DFF against the form being executed. I dont recollect name of that user exit/api. please let me know if you want me to dig that out...you can also read application developer guide which details the steps
thanks
anil
written by Anil Passi , November 22, 2006
If those columns are ATTRIBUTE1...15..30, then thats the one to use.
GLOBAL_ATTRIBUTE1..15 are for localizations.
written by kartik , November 22, 2006
thanks for u r response but still i m not able to understand the step to add a DFF in a new form or on some existing form of apps.
Please can u describe them a bit more bcoz as i told u i m new in this.
i will be very thankful if u can answer mean while i will try to find out in developer guide but it will be great if u can tell me bcoz u r way of explaining is superb..
thanks
written by Anil Passi , November 22, 2006
If those columns are ATTRIBUTE1...15..30, then thats the one to use.
GLOBAL_ATTRIBUTE1..15 are for localizations.
written by kartik , November 22, 2006
thanks for u r response but still i m not able to understand the step to add a DFF in a new form or on some existing form of apps.
Please can u describe them a bit more bcoz as i told u i m new in this.
i will be very thankful if u can answer mean while i will try to find out in developer guide but it will be great if u can tell me bcoz u r way of explaining is superb..
thanks
written by Anil Passi , December 05, 2006
Thanks for your generous comments. Indeed it is an ocean, and I am publishing my swimming experiences through this website. The more I swim, the more this ocean expands, leaving much more to be covered.
Thanks,
Anil Passi
written by Mrunalini , December 05, 2006
You might have heard this n number of times, but here it goes again.
Your site is amazing !!!!
Oracle apps is an ocean to me and in your site information on this site is packed in precise content. This saves a lot of time and energy.
Thank you so much .
Mrunalini
written by Anil Passi , December 05, 2006
Thanks for your generous comments. Indeed it is an ocean, and I am publishing my swimming experiences through this website. The more I swim, the more this ocean expands, leaving much more to be covered.
Thanks,
Anil Passi
written by Mrunalini , December 05, 2006
You might have heard this n number of times, but here it goes again.
Your site is amazing !!!!
Oracle apps is an ocean to me and in your site information on this site is packed in precise content. This saves a lot of time and energy.
Thank you so much .
Mrunalini
written by artur bakhtriger , January 18, 2007
Thanks Anil !!!!!!
artur.
written by artur bakhtriger , January 18, 2007
Thanks Anil !!!!!!
artur.
written by artur bakhtriger , January 18, 2007
Thanks Anil !!!!!!
artur.
written by artur bakhtriger , January 18, 2007
Thanks Anil !!!!!!
artur.
written by Anil Passi , January 26, 2007
.
.
Hi Ram
You can do this by creating a profile option. The context of the DFF will be profile option itself. Hence in DFF Reference field, you need to enter :$PROFILES$.XXWHICH_SEG_TO_DISPLAY Next, you can define the context fields for each possible value of the profile option. For that specific user, you will define the context showing selective fields. Needless to say, you need to assign the profile option to that user, matching their context code. Hope this is clear, or else I am happy to explain with example.
THanks
Anil passi
written by Ramakrishna Kandula , January 26, 2007
I am just six months old in this field and i just want clarify one doubt.
How can hide some segments of DFFs depending on login user.
to be more specific if OPERATIONS user logs on then some segments shud appear for that user.
where as for other users they shud appear.
I wud appreciate if u can send me the reply asap.
thanx in advance.
written by Ramakrishna , January 27, 2007
Your site is really informative for beginners.
written by Anil Passi , February 05, 2007
.
.
Hi Rajitha,
I think this is like a infinite loop, because Oracle is trying to leave the record, each time you navigate out of the DFF Field[because it is the last field-as you said]
I suggest you try the below:-
1. Find out the Block Property Navigation Style for that block. Is that set to Next Record?
2. If above is Yes, then in CUSTOM.pll, handle the event WHEN-NEW-FORM-INSTANCE for that GL Form. In this event, use set_block_property to change the NAVIGATION_STYLE to SAME RECORD.
Let me know if that works. The idea is that, this will retain the navigation to current block, hence WHEN-VALIDATE-RECORD will not fire in tabbing out of the DFF field.
THanks,
written by rajitha , February 06, 2007
Thanks for ur help. i let you know if any doubts.
Thanks!
Rajitha
written by Arunima , March 12, 2007
Was wondering, Programmatically(CUSTOM.pll), is it possible at all to make some segments of a DFF Displayed but not UPDATEABLE/INSERTABLE as we can do for KEY flex fields using( fnd_key_flex.update_definition) ? If not then could you please suggest any work around. One of the segments in my DFF is calculated and displayed depending on the Context value. Regards,
Arunima
written by Anil Passi , April 17, 2007
please see my response to Karthik in comments section, the comment was made 11/22/2006 at 21:40
Thanks,
Anil
written by Sumit , April 17, 2007
First of all, many thanks to you for all this material that you have posted on this site. I have a question, not sure if you have answered it earlier: How to add a new dff to a standard form. Say I have already defined and registered the table and the dff. How to specify the location of dff on the form also?
written by Shiril , May 02, 2007
I learn a lot from ur blog... in last couple of weeks......please try to make few more slides on oracle finicals....as i am fresher so it is very.. tuff to understand through oracle supplied user mannual...
Regrds,
Shiril Dubey
written by Shiril , May 02, 2007
I learn a lot from ur blog... in last couple of weeks......please try to make few more slides on oracle finicals....as i am fresher so it is very.. tuff to understand through oracle supplied user mannual...
Regrds,
Shiril Dubey
written by Anil Passi , May 29, 2007
Instead of putting too much logic into valuesets, I suggest you use forms personalization to validate this in When Validate Record.
I am against using form field references in value sets because those DFFs then do not work in Self Service OA Framework [if they reference D2k fields]
Also, Supplier screen has been re-written in R12 using OAFwk, Hence it is better to not to have any form field references with the value sets of Suppler screen in 11i
Thanks
Anil Passi
written by Vardhan , May 29, 2007
Thanks,
Vardhan
written by Madhavi , June 22, 2007
I started using using ur valuable site.
i tried to dod the descriptive flexfields as per your instructions.
but finally there wl not be any change in my form.for Test Bank there will not be any attributes.but i followed all ur steps.
Thanks
written by Anil Passi , June 22, 2007
Email me the screenshot of DFF and also that of the screen where you expect to see that DFF
Thanks
anil
written by raivin , July 06, 2007
ur material hs really been excellent and informative for beginners like me..
thanx..
i ve a specific doubt..
i ve made two purchasing responsibilities..
and i ve made DFFs in requisition forms of one of them..
nw i want those DFFs to default to iprocurement responsibility..
so my doubt is: how do i default the DFFs of one of the purchasing responsibility i ve defined?
coz i m nt gettin d DFFs in iprocurement,which shows that iproc framework is taking the purchasing responsibility where DFFs ve nt been defined..
plz help me with this ASAP..
thanx,
written by Hariom , July 10, 2007
Could you please tell that how can we make any DFF segment as 'Read Only'.
I am trying it to do with FND_DESCR_FLEX.UPDATE_DEFINITION(BLOCK=>’block_name’,
FIELD=> ’field_name’,ENABLED= >’{Y|N}’,READ_ONLY=>’{Y|N}’) but what value we have to pass in parameter for 'FIELD'. whether it will be descriptive Flexifield name or Attribute name which is referenced by segment of DFF. And one more thing where we have to use this FND_DESCR_FLEX.UPDATE_DEFINITION in Form's block lever trigger or in Custom.pll?
Please help me to solve this problem. Thanks in advance.
Have a nice time.
Regards
Hariom.
written by APassi , July 10, 2007
For DFF, I think FND_DESCR_FLEX.UPDATE_DEFINITION works at DFF level only.
Hence the field is the name of the field, which pops the segments when cursor moves into that field.
Example...
fnd_descr_flex.update_definition(
BLOCK=>'IVOICE_HEADER',
FIELD=>'INV_FLEX',
READ_ONLY=>'Y');
Thanks,
Anil
written by An**et Mahajan , August 31, 2007
Indeed a great site.
An**et
written by Lakshman Kalisetti , October 10, 2007
I need your expert guidence in implementing add***s validation in Oracle R12 HRMS form "PERACADR.fmb"
In this form person add***s is captured using the standard DFF "Personal Add***s Information".
This DFF is context sensitive. Add***s Type is the reference field.
In case of add***s types US and CAN, I need to have our customized validation on the segments like City, State, Country, Zip Code.
All the segments are attached with oracle supplied value sets.
In our case, while populating the list of values for all the above four segments, we need to consider the remaining three segments.
Based on those three segments we need to do some validations and populate the list with valid data only.
I tried below steps to implement this...
1. Create new value sets based on our custom tables and assign them to all four segments.
2. Write Key-Listval trigger on all the four segments with following code...
a) call our custom procedures to populate the custom tables with valid values
b) populate the LOV using list_values
But after implementing the above changes, we identified that none of our triggers on DFF segments are getting executed.
We tried some other possiblities also, but could not make it.
Could you please provide us your expert guidence on this.
Your earliest reply would be highly appreciated.
Thanks in advance,
Lakshman K
written by Ramesha , October 16, 2007
I am a functional guy and not much aware of the tables etc at this point in time. However, i tried to follow the steps above to find / register a DFF for service contracts. Detailed steps are as below:
1. Navigation: Service Contracts Manager, Vision Communications -> Launch Contracts.
2. I went into the Header and found that there is a provision for a DFF. Went to Help->Record History and found that the table name is OKS_AUTH_HEADERS_V.
3. When I go back to DFF registry form, I dont get this table name at all.
Questions:
a. Is the DFF registry, restricted to only base tables. If so, then how come the DFF provisioning is available.
b. In this case, how do I make the DFF active at the header level of the contracts.
Kindly help me by clarifying the same.
Thanks,
Ramesha
written by Ramesha , October 17, 2007
I found the solution for the above question that I myself raised. The issue here is that Oracle Service Contracts rely on Oracle Core Contracts. In other words, Oracle Core Contracts (OKC) is the foundation for Oracle Service Contracts (OKS).
This means that Service Contracts uses the basic features of Core Contracts for various aspects like Headers, Lines and sublines.
In my above question, I am trying to register a DFF for contracts header. So this should have been pointing to OKC Headers but I was trying to search for OKS tables.
To correct the same, I have used the OKC_K_HEADERS_B table and now I am able to register and use the DFF.
Anyways thanks a lot as this site provides me with thought provoking stuff and I will keep visiting.
Regards,
Ramesha
written by jith , October 20, 2007
I am proud of you!
You are teaching apps for world for free while ppl around the world get 50000 rs to teach anything..
You are very good and kind hearted! You are doing a service for apps community, may god bless you man!
Regards,
Jithendra
written by sanjay desai , October 20, 2007
First very very thanks for useful information to novice.
I am a new person in apps so i request you to solve my simple queries .
(1) what is difference between ATTRIBUTE column & GLOBAL_ATTRIBUTE column in a table?
(2) If i want to define more DFF than ATTRIBUTE column in a table then what we should do ?
Thanks in advance
sanjay
written by Venu Gopal Bhagavatula , November 19, 2007
I understand that Gloabal_Attribute1 to 15 are used for Localizations. Is there any predefined purpose for Global_Attribute16 to 30 or can they be used as any normal Attribute column.
Thanks,
Venu
written by Ramstein , November 19, 2007
Can you guide me as to how to create a profile option with a small example. the sql validation text is very confusing and not understandable for the standard profile options
Thanks,
ram
written by S.kumar , November 22, 2007
I created a Line Level DFF in Order management.I want to make the DFF Read Only.
I saw the reply given by you above.But I have a doubt in case of Field(second parameter)
in the FND_DESCR_FLEX.UPDATE_DEFINITION(
/* Arguments that specify the flexfield location */
BLOCK=>'LINE',
FIELD=>'WHAT NEEDS TO BE PASSED',
/* Other optional parameters */
READ_ONLY=>'Y')
Thanks for the help
S.Kumar
written by Dhiman , November 27, 2007
Is there any way to make a segment of a DFF read-only?
FND_DESCR_FLEX.UPDATE_DEFINITION will not serve the purpose certainly,
as this works as DFF level.And the workaround like restricting the values
in the LOV is not feasible because once user saves, WHO columns will be updated.
Please suggest.
Thanks & Regards,
Dhiman Debnath.
written by Maheshyogi , November 27, 2007
Why the 'Metro Satus' segment is not checked for 'Display' in Personal add***s Information DFF of style India? What are the impacts if we check the 'Display' box? Will it effect any customization pertaining to payroll? Pls help me.
Thanks and Regards
Mahesh
written by Thulasee Ram , November 30, 2007
How we can get a reporting attributes/values defined in descriptive flexfields (say in receivables customer information (DFF) in FSG? Is it possible? If so could please tell me how this can be done?
written by Deedee , November 30, 2007
i am new to oracle apps and i am trying to create a DFF than would default a particular value(1). After choosing a number valueset, i choose a default value but When i open the form, the value does not show. i also want the DFF to be updatable by the user if his requirements change.
i have tried to check online and i keep seeing things like "populateRowWithDFFDefaultValues API in oracle.apps.fnd.framework.OAFlexUtils". I dont know what that means and how to go about it.
Please can u kindly help me out. I would appreciate screen shots too.
written by Thulasee Ram , December 04, 2007
Is there a way to get DFF information defined at subledger level/customer information level to GL i.e when we post the batches GL that has been transferred from GL?
written by Dhiman , December 27, 2007
is there any way to increase the size of DFF display screen so that no need to scroll down to see the newly added segment.
Any pointer to this will be of great help.
Thanks & Regards,
Dhiman
written by Vive , January 09, 2008
I have 2 issues while working on DFF
1.How to make a DFF mandatory for a group of users only.
2.In receipts form in PO, I need to get the quantity of an item to be saved onto the DFF(attribute4).
Regards,
Vivek
written by Abhishek Parihar , January 12, 2008
As a SCM functional consultant-
1. What are the variable parameters(like DFF) for customization/apps extn in oracle apps for me? Screenshots will be of great help.
2. I will have to prepare/use MD50 docs for apps extension. How can I update my skill on that?
3. I will have to prepare TE-20(functional part) so how can I make myself strong in that? Whether MD-50 & TE-20 docs of other projects will help or is there any other way also?
An early reply would be of great help.
Best regards,
Abhishek
written by Rinku , January 25, 2008
I need to make my form DFF read only when person make query on form and the result which come in form as well as in DFF can not be updatable.
Thanks,
Rin
written by ramarao kothapalli , February 01, 2008
Please let me know the procedure to add dff's in custom form.
Give me any suggestions from u r side.
written by Sachin Nanekar , February 14, 2008
written by kancharla , February 18, 2008
written by Avi , February 20, 2008
We have used all 15 ATTRIBUTES for the Order Management - Header Additional Information.
Is there any solution if I need to add another ATTRIBUTE?
Really approeciate.
Thank you!
Avi
written by Avi , February 20, 2008
I had no idea about this site. GOD BLESS YOU!!!
I am very clear about option # 2.
However I am not very sure about option # 1.
Say on Order Management Additional Header Information I have 15 ATTRIBUTES.
Used them All. How can I add another ATTRIBUTE16.
Are you saying to utilize a KFF ATTRIBUTE and use it instead of DFF?
Can you please provide just a bit more specifics / details.
Thank you so much!
Avi
written by Shine , February 22, 2008
i have two applications - appA and appB. I have registered a DFF under appA with the name tabB_DFF for the table tabB and added attribs 1 to 14. Later on I realised that the DFF should belong to appB. I need to use the same DFF name also. How can i undo my previous registration . Please help
thanks in advance..
written by TUAN , May 01, 2008
I have a need to add a field or edit current field ( Description or Fax ) and provide it a LOV in the Define User Form. I do not see any DFF field
for this table so edit a current field is my only option but I am not sure how to enable LOV for it. Please advise
written by Rajesh Kumar , August 25, 2008
I hv gone through your article as well comments & answers by you.
I hv one query: I am using one flexfileds at Order Header "Additional Header Information". IN this we have Commision & commsion agent name that goes into col Attribute1 & attribute 3 of OE_ORDER_LINES_ALL. Now we want that if user enter comm% then we want to make Comm agent fields mandatory. If he enter comm agent name then comm% field manadaorty.
i tried this through form personalization. but not able to do this .
Kindly advise where to right the logic into form personalization for flexfield
Thanks in advance
Regards
RAjesh
written by Hi Anil , October 03, 2008
is it possible to overiding dff fileds lables at run time using custom.pll
Thanks & Regards
venu
written by Swetha_gks , December 18, 2008
I need some help on DFF on receipts header block.
1. I want to make this DFF mandatory. Users shouldn't be able to navigate to lines form without entering the value in this DFF.
2. Once the users come to lines form and check the line, the value entered on headers DFF should be copied to lines DFF.
I would like to do this using custom.pll. Can you please help me.
Thanks in advance,
Swetha
written by Anil- , December 18, 2008
For 1
Make the DFF Segments Mandatory in DFF Segment Definition Screen, for Header DFF.
For 2
See if WHEN-CREATE-RECORD is being trapped in CUSTOM.pll or Forms Personalization
There, simply copy the value from HEADERBLOCK.ATTRIBUTE1 to LINEBLOCK.ATTRIBUTE1
Thanks,
Anil Passi
written by Anand Ramaswamy , December 26, 2008
I am a regular visitor of your site and get lot of knowledge. Thanks for all your help so far. I wanted to know how to handle an attribute in a DFF using personalization. For example I have 3 attributes in a DFF, say Name, Age and DOB. How do I refer one particular field in personalization screen, if I want to set any property for one of these attributes, how do I refer them.
Under normal cases, we refer a field as "blockName.fieldName", but in case of DFF, how do we set property for a particular attribute, in this example if i want to set ENABLED=FALSE for DOB, how do i handle it?
Thanks
Anand
written by GANGA RAJU AEn**e , January 16, 2009
Please help in this
Thanks in Advance.
written by Asharma , April 08, 2009
We want to default a DFF segment value(Segment of a Context sensitive DFF) based on a custom profile option.Can you plz guide me on how to do this?
Thanks
Asharma
written by Rishi , July 16, 2009
It's a good thread about FP's and pll's.
My issue is, I tried in actions of FP using block.attribute update_allowed/enterable as FALSE.But it's not working out.
Can you please give any solution for this.
Thanks in advance.
Thanks,
Rishi
written by smyggymba , July 16, 2009
written by Murugesh , October 29, 2009
can you please advise me how to enable the Additional Assignment Details in the My Information Function Of the Employee Service. And also can you let me know whether it is possible to update additional assignement detail of the Employee through Manager Self Service
Thanks & Regards
R.MURUGESH
written by Premalbhai , November 16, 2009
I need yr advice in Personalization.
I want to User to Fill up Value in DFF and that same value should be reterive on the Main Form.
How can i achieve this
awaiting yr reply
Premal
written by syed hussain , January 15, 2010
I have learnt many things from your site i used to watch your replies and try to implement those.
I am stuck with some requirement in POXPOEPO.fmb i.e. Purchase Order form (EBS 11.5.10.2), i need small information for the below.
I have a requirment in which i have to copy the Need_By(at line level) value to the DFF attribute1 at line level, i have tried through form personalization but i have not yet succeeded.
Could you please help me on this.
written by sheetal mittal , March 11, 2010
I am haivng a doubt in OAF.
will the DFF segment values are stored in database . If yes then how it can be achieved
written by kafajy , April 19, 2010
written by Pan , June 23, 2010
Need this desperately
Please help
-P
written by Vincent , September 14, 2010
I implemented a Context Sensitive Descriptive Flexfields and it works perfect when I create a record. However, is it possible to let this flexfield also account for
old records? Is my assumption right that the trigger of the appearance of the flexfield is when the user choses a value in the context field?
Regards,
Vincent
written by Kadir Ard?ç , September 16, 2010
Thanks for you help,
Kadir
written by abi , November 23, 2010
written by Amal , February 10, 2011
What the Different between Additional, Further.... Information DFF Title and what are the used of them.
I am using Further Employer information DFF and I add New Context Code value Please let me know if any required steps Should be take in the application for define new Context Code value.
I need some segments to be locked from the End used (Read only) should that be done through from Form Personalization and how to do it.
I want to Display value from the Window in DFF before saving the Records for Example I add new entries in Previous Employment window I want to display the Start Date and the end Date in Further Information Segments but note may be the end used not yet Save the records.
Regards,
Amal Dawood
written by JT , March 11, 2011
I would really appreciate your help. We urgently need to enhance existing FSG reports, to include DFF values.
We are hoping to :-
a) have the DFFs output in an FSG report,
b) Run the FSG having selected the output type as XML
c) Then post-process the XML output with XML publisher to satisfy our Users' reporting needs.
Clearly, this all hangs on getting the DFF values to be picked up by the FSG in the first place.
I seem to have added the required DFFs to the appropriate table, but the values are not picked up when running the FSG.
Do you know a) can we use DFFs successfully in FSGs?
b) If so - how do we go about it?
We would be most grateful of any help you can provide.
Thank you in advance.
Regards
JT
written by chi , March 18, 2011
written by Deepesh Aravandekar , March 23, 2011
I just wanted to know that what are the sources for global_attribute2, global_attribute3 and global_attribute15 from ra_customer_trx_all in oracle R12.
Please reply....
Thanks in advance.....
Regards,
Deepesh A
written by Ananda , September 14, 2011
I have a req.......In Invoice Entry form...at line level.......based on the expenditure type, the DFF field should be mandatory.......
For ex: if expenditure_type is Entertainment, then some DFF fields are mandatory......and if expenditure_type is accomdations then some DFF fields are mandatory.....
Is it possible...through form personalization......plz explain me the steps....
Thanks,
Anand
written by Attribute Update , September 16, 2011
???? am looking for an API?to update the ra_customer_trx_All attribute9 column.
do we have any api to update the attribute columns in base tables please help me.
Thanks
Ravi kumar.N
| < Prev | Next > |
|---|




