Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combined Datastream

Status
Not open for further replies.

Mikala06

Programmer
Feb 18, 2006
1
US
I have to modify a report already existing in production. I need to add 1 field to the combined datastream. I created the rol in Siebel Tools, added the field to the layout, but it isn't showing up in the report! Where do I have to add this field in the layout?

Can someone please help as this is urgent!

Thank you kindly!

Mikala
 
For a field to be available in the FieldList, it has to be a variable in the DataRow. Siebel I believe gets its data via some Java objects. So the data row needs to be updated with the new field, and make whatever changes are needed to get Siebel to populated the variable, ot do it Fetch()
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top