Hi,
I want to find out the Mirror URL of a Delivery.
In the system and trackingLog table the data is being stored in the following format
http://<ServerName>/nl/jsp/m.jsp?c=<%=escapeUrl(cryptString(message.deliveryPartId.toString(16)+'|'+message.id.toString(16)))%>
I am able to find the value of message.id
But I am not able to find the value of message.deliveryPartId
Which field are we referring to by message.deliveryPartId?
Linda Stinson expect your comments on the same
Thanks in advance
Happy campaigning,
Sumit
Solved! Go to Solution.
Views
Replies
Total Likes
DeliveryPartId is the Delivery part identifier in the database (when it is not a collection).
Views
Replies
Total Likes
DeliveryPartId is the Delivery part identifier in the database (when it is not a collection).
Views
Replies
Total Likes
Hi Sumit,
How are you generating this URL? How are you able to encrypt it?
How can I create this part: <%=escapeUrl(cryptString(message.deliveryPartId.toString(16)+' '+message.id.toString(16)))%>
Views
Replies
Total Likes
How are you generating this URL? How are you able to encrypt it?
How can I create this part: <%=escapeUrl(cryptString(message.deliveryPartId.toString(16)+' '+message.id.toString(16)))%>
Linda Stinson Vipul Raghav Can you guys please help? Any suggestion?
Views
Replies
Total Likes
Hi Rahul,
You won't be able to replicate it as the call to cryptString method is internal to server and cannot be generated from outside.
Regards,
Vipul Raghav
Views
Replies
Total Likes
Hello:
what does this mean?DeliveryPartId is the Delivery part identifier in the database (when it is not a collection).
I am facing the same issue, that i need to re-generate the mirror link for the history purpose after a message has been sent out.
I think message.id is the nms:broadLogRtEvent.id, but i still cannt find the deliveryPartId field in the table.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies