3 / 3
May 2013

Hi... I'd like to give access to my transaction log (only) to a virtual assistant, so they can lookup lost licence codes as requested by my customers.



Is this possible?



If not, any workarounds?



Dan

  • created

    May '13
  • last reply

    May '13
  • 2

    replies

  • 1.2k

    views

  • 2

    users

  • 3

    links

Our system only allows for a single login for each account, no way to grant limited access to a secondary login. However, you can download a copy of your Transaction Log for reference purposes independent of our system:

http://www.e-junkie.com/ej/help.transaction-log.htm



If you want to keep your reference copy up-to-date without having to re-download your log periodically, you could use our Integration feature to have us send the details for each new order to a script at your end, which could do whatever you wish with that data, such as appending it to a database or text file you maintain:

http://www.e-junkie.com/ej/help.integration.htm



If you'd like some help setting that up, we can recommend the competent, E-junkie-experienced developers listed in our directory here:

http://www.e-junkie.com/ej/developer-directory.htm

Thanks for the ideas. I have already set a common notification URL, but looks like I can have multiple ones of those now anyway. I'll write some sort of servlet in App Engine to take the IPN and append a Google Spreadsheet row.