Hi all! whats the best way to generate a transaction link in the email template for approval ex - a "view record" hyper link that recipient can click to see the PO in NetSuite
@Matt in trying to add this code - i was referring to generate the internal for an purchase order. but it seems like it is not updating the rectype= id. Do you know what is the correct code here? Appreciate all the help!
m
Matt
02/11/2020, 9:27 AM
What ID is it showing instead?
k
Kwoo
02/11/2020, 9:59 AM
actually found the right way but having trouble calling out purchase order type name "purchord" instead of "purchase order" which stands for the type
Kwoo
02/11/2020, 9:59 AM
message has been deleted
m
Matt
02/11/2020, 11:05 AM
just hardcode it to Purchord or do an if statement to say if the type is Purchase order then it puts purchord in there instead