cancel
Showing results for 
Search instead for 
Did you mean: 

java api - filling lookup fields in main table

Former Member
0 Kudos

Hi All,

I need to create a record in main table . The record gets created but the lookup field values are not field.

To fill the lookupfields I am using the below statement.

r1.setFieldValue(fld1, new LookupValue(rec_lookup_id));

where fld1 - is the field id

rec_lookup_id - record id of the lookup record

Kindly let me know what more needs to be done to fill the lookup fields

Regards

Edited by: Sudheendra Puthuraya on Oct 9, 2008 11:05 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks

I resolved it myself.

Edited by: Sudheendra Puthuraya on Oct 10, 2008 11:08 AM