Update Value in DFF
669818Jun 11 2012 — edited Jun 11 2012Hi,
How can I default a value in a descriptive flexfield by source of transaction? I am trying to update an invoice flexfield by source but it won't let me perform an update query as follows:
update ra_customer_trx_all cac set attribute15 = 'Ready' where bac.batch_source_id = 1052
Any ideas?