Quotes - Copy quote's number to subject field

Quotes - Copy quote's number to subject field

Hi!

I1m trying to copy data from automatic quote number's filed to subjetc's field on quote's module:


So, I followed this post (Copying Data from one field to another (zoho.com)) and then

Arguments:

Code:
update = zoho.crm.updateRecord("Quotes",quoteid,{"Subject":Or_amento_Nr});

After, I created a workflow.
But, when I created a new quote and saved, it didn't work. 
Before I saved the quote I had to insert "something" on the subject field.


Can you help me?
Thanks
Paulo