RE: Workflow Record Creation
Hi,
I am not exactly sure how you have implemented the javascript but i wild guess is that you have a lookup field and when you are selecting the field, the name from that record is autopopulated to some other field. If this is javascript then it must be registered onchange of teh field.
Now javascript is client side scripting which will run when users performa an action i.e. changing a field in this case whereas when you create a record, it create the record on server side hence the javascript which you have is not triggering.
You can call the same method on load so that when you open that new record, the javascript runs and populates the record. Alternative option is to populate that field while creating the record within the workflow.
Please try this. If this doesn't work then share some mreo information i.e. screenshot of your entity with teh field, existing javascript and screenshot of workflow if possible.
Hope this helps