Announcements
Hi,
i want if is possible after i lookup for a products to autocomplete in Name field. Or other solution related if you have.
Looks like "Name" field is read only in your case and hence you are not able to write in it .
You need to make it non read only , then set up the workflow and then again make it read only .
That should do the trick.
Hi, yes, you understand correctly and sound verry good your solution!
I try to create a workflow, but i don't have "Invoice ID" in Look for. So, i create a workflow for Invoice line Entity ... an WORKS !!
I cannot write in Name field, and i choose another field, if you have a tips for how to write in Name field, i appreciate!
Tnx,
You can have a workflow on create of Invoice Product entity
Hey there,
If I understand correctly, your flow is:
You add an invoice line and you want to set the invoice name with the name of that product ?
If yes, that's something that you could achieve with a javascript or a plugin.
As the invoice already exists, what you could do is add a yes/no field at the invoice form. Then, write a JS that will check if you already have added some products to the invoice, if yes, do a retrieve of those guys and get the name for the first product and then set the name of the invoice record with that name.
Once you have the yes/no field in the form, you can register the JS to run on the onChange of this guy.
Regards,
Please let me know if you have any more questions.
if this answers your question, please mark it as answered.
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator