Library Function return value

Hi
I have created a library and a function, in that I have invoked a BO method which calls the GetPartList method and created two ‘Set Field’ which sets the part to the incoming part parameter and the second to the company as ‘COMP01’. The problem is the return value I need the ‘PartDescription’ column return with the value from the table. Has any one got any ideas where I am going wrong please?

Thanks

Any reason you chose this one?
I’d go for GetByID or GetRows.

Not really if one of those is better then I’ll use one. Thanks.

Start with GetByID. That should allow you access to the PartDescription field.

That’s great, many thanks.