Noor Jahan
30th March 2016, 10:20
Hi All,

I have a form type 3.in which all the fields are user defined.

I have use defined field at view which is zoomed to sales order..form where user can enter Sales order.
below of the view field there are fields in which..used can select the sales order line and enter the sales order line..field which is zoomed to sales order position.

like this.

Sales order: --- single occurrence view kind of field

So pos |item|PDD|etx.--multi occurrence

here both sales order and sales order pos are input fields in which are zoomed to particular fields.

but when i try to enter the SO pos in second line..it will get set to the previous value...dnt knw

1 7678 .....1st line
2 667.............get reset to 1 again..


how to insert the different values in the line like this
1 909 --selecting the SO lines for entered So in the view filed
2 909090
3 90909990

soumya093
30th March 2016, 10:32
may be this is useful

attr.dorp 4 Fill field with default or previous value:

DORP.PREVIOUS (0) use the previous value
DORP.DEFAULT (1) use the default value

Ajesh
30th March 2016, 14:36
So it the field "Position" getting changed after you put the value immediately or it just gets changed after you save it?

There might be something written in when.field.changes or before.save.object sections in DAL.

Could you post the code written in those sections in script and DAL here?