I have a custom task that can be created in a sale...
# general
p
I have a custom task that can be created in a sales order which has a field that displays that sales order tranid. What I need is that tranid link back to the sales order. Is this possible?
b
not easily, tranid is not unique.
You could use internal id instead, which is much easier to turn into a link
depending on your needs, a list/record field is probably better
p
I tried the list / record route but could not figure out what list to select. I tried transaction but that gave nothing and I had no way to source the tranid.
b
try the transaction list/record again
at the very least, it should have a list of all transactions the current user has access to
p
I am stuck on what to source from. I chose transaction but none of the fields are list record.
b
you create 2 fields
one is a list/record that you use to select the sales order
the second is a free form text field that you can use to source the tranid
p
I have it almost figured out. I selected hyperlink as the field type and in formula added {transaction}. The problem I have now is that the link is not correct. It is going to the crm/calendar and appending salesorder and the salesorder number. I feel like I'm almost there.
b
you can try sharing your formula, but i dont think that goes anywhere without internalid