Can we have multiple Series in one DocType?

Hello,

I am creating a new DocType in which I want to set two fields as naming_series.

Is this possible?

TIA

Yogi Yang

1 Like

You can create a Multiple Naming Series with User wise OR else you can use document naming rule to make it simplify

Hello,

@dineshpanchal432 sorry I did not get you.

I already have assigned a field in my DocType the name naming_series.

I have another field in which I want to make it auto based on a start_date and sequence_id fields.

For example: WD-20220808-12. Here the 20220808 will come from start_date and -12 will come from sequence_id field.

How can we do this?

TIA

Yogi Yang

you can use document naming list

Hi,
see below ref screenshot:
Write backend code according to your condition.
image

Hello @Jitendra_Rathod,

Thanks for the screen shot I will try it out.

TIA

Yogi Yang

Hello,

This only works for regular DocType. It does not work for Child Table DocType.

TIA

Yogi Yang