Subsciption issue

Hello,

Any ideea why Custom Documents from Custom Doctypes are not showing in Subscriptions?

Thanks!

Is your custom document submitted?

Yes, there a more than 300 custom documents submitted.

Try to check this code in subscription.js

	frm.fields_dict['reference_document'].get_query = function() {
		return {
			filters: {
				"docstatus": 1,
				"subscription": ''
			}
		};
	};

Still not working, now I have this issue :slight_smile:

@Pawan I just updated to the last ERPNEXT version, now, I can not find my custom doctype in Subscrptions.

Do you have an ideea what can I do?

Thanks!

no idea?