Cannot Save date in a custom doctype that I have created

I have create a custom doctype.

I am able to view list and entry pages but when I try to save data nothing happens.

No error… nothing at all.

The save button gets grayed out.

What must be the issue and how to solve it?

Hi,

In Role Permission Manager, are the settings any different for the custom doctype vs.others?

if you can share the screenshot of it it will better help understand the issue

I am logging in as Administrator so I have all access rights being a system user.

I am still trying to debug the issue but on the face of it I feel that using the Naming Rule as by Script seems to be a problem.

Again the surprising thing is that it is working locally but not working when deployed to remote server.

The main issue is that no activities happen when the Save button is clicked, so it be becoming tough to diagnose the problem.

After spending 3 long days trying to solve the issue it boiled down to a Client Script, for validating a few fields, that was not working after the app was deployed to remote production server.

Had to re-code the client script.

This solved the issue.

Thanks everyone for lending a helping hand.

Finally it is solved!!