I added a custom field to JobAsmbl. It’s used to set the Due Date of all material under the assembly so I set it one time instead of individually. It worked on assembly > 1 but for a project job, the only assembly that I have is Assembly 0 and all fields are disabled by default
I tried to change the extended properties in a customization, didn’t work. I tried to call the function that set the extended properties on form load but it also doesn’t work. Any way to enable a single field on this form?
When you do the project job, do you get a JobAsmbl table data record at all? I suspect you don’t. If you don’t you can’t store the data for the one field unless you force creation of a JobAsmbl record.
Isn’t Assembly 0 the Primary Job, as in it has no associated assemblies? Just thinking out loud, but I would imagine that’s why all fields are disabled, because they don’t exist on a record yet.
You’re right, it seems like ‘External’ is checked for each of these field. So, there’s no way to have a Due Date that is linked to the assembly 0 in these jobs?
The only other option that I can think of is that I add a custom field Due Date to the JobHead table so it will set the Due Date of all assemblies inside it and that will also trigger the code that set the due date to all material lines