Standard RDD - can I unexclude a column?

Quick and possibly silly question…

I would like to unexclude TermsCode from the QuoteHed data source in in the standard QuoteForm RDD.

Should I be able to do this? I really don’t want to create (and maintain) a separate RDD just for this? I thought I had done so in the past, but when I click the box to unexclude, nothing happens. Nothing happens when I try to exclude a field (just in case the RDD was tracking the 1024 fields or whatever it is).

I did get out of Epicor and back in, but that did not solve it.

If I must create a new RDD, I will do so, but seems like this should work the way I want it to.

Thanks.

Mr. Sam: I do not know of any way to unexclude a field in the standard RDD’s.

You typically duplicate the RDD and then you are able to modify.

There may be a Pirate/Hacker way - but i do not know how - nor would i recommend because your modified standard RDD is likely to get overwritten when Epicor is upgraded and then you would be back “maintaining” it.

Just make the duplicate and move on.

DaveO

5 Likes

Thanks.