Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
Sage MAS Partner
csrogers2
Posts: 2
Registered: 08-19-2010
0

BI Explorer

Is there a way to add the Item Extended Description field to the grid of the Item View?  I don't see it as an available field,

Charles Rogers
Blytheco, LLC.
Regular Contributor
Gator
Posts: 270
Registered: 12-05-2008
0

Re: BI Explorer

The only thing I can think of is to add a UDF to the item table (CI_Item) for the the extended description and then right a script to populate this UDF from the extended description table (CI_ExtendedDescription).

 

You can probably also add a Pre-Write script to the CI_Item table to update the value of the UDF if someone changes it.

Sage MAS Partner
csrogers2
Posts: 2
Registered: 08-19-2010
0

Re: BI Explorer

Thanks Gator.  I think that is probably the way to go.  One of my colleagues came up with that same approach, and he is going to assist me in writing the script.

Charles Rogers
Blytheco, LLC.
Sage Employee
jepritch
Posts: 236
Registered: 08-25-2009
0

Re: BI Explorer

Hi Charles,

 

I think to add the Extended Description to the view you'd have to be a master developer, in developer studio.  Gator's idea, can be done without scripting by just sourcing your udf to the ExtendedDescription table using the ExtendedDescKey.  However, you'd have to do a pass on the table to populate this for existing items.

 

Hope this helps

Elliott