Skip to Content
0
Former Member
Apr 15, 2014 at 02:33 AM

Transaction Notification, SQL

697 Views

Hi!

I am trying to create a sort of trigger in the Project Setup window (Administration-->Setup-->Financials-->Projects).

We have a UDF called Project Roll-Up.

This field should either be same as the Project Code or from existing Project Rollup

For example:

Project Code Project Rollup
1234 1234 5678 5678 2890 1234 3456 7890

If I add the last column(3456), itshould prompt an error. Project Rollup should either be: 3456 or 1234 or 5678.

Thank you