You are viewing limited content. For full access, please sign in.

Question

Question

Email link sent to XML file

asked on March 24, 2016

The crew gets the routed entry attached to view.  When selecting the link they get sent to a white page with the following XML text:

<?xml version = "1.0" encoding = "utf-8"?>
<laserfiche>
   <repository name="HEADSTART">
      <entry id="7163"   />
   </repository>
</laserfiche>

They are using the mobile device and application version following to try and access this file:

IPad Mini 3,  version 8.3 (12F69)  Model (MGGQ2LL/A)

Mobile Server version: 9.2.1.293

Mobile Application Version: 10.0.0.618

 

any ideas?

0 0

Replies

replied on March 24, 2016

You should produce a URL to your document.

for example

 lfmobile://yourLFserver/mobile/index.aspx?db=HEADSTART#id=713;view=pages

1 0
replied on March 24, 2016 Show version history

Are you referring to using a C# script to generate the URL link and attach that to the email process instead?

Is there faults in using the attachment?

0 0
replied on March 24, 2016

The attachment you're sending is a LF Client shortcut. Mobile only sees the contents of the file, which is XML.

Like David suggests, to use LF Mobile to open the shortcut, you need to produce a URL. You can either build it by hand or use the Generate Web Access URL activity. If you are making it by hand, it's the same as a Web Access URL, except it uses "lfmobile" instead of "http".

0 0
replied on March 25, 2016

Thank you guys so much!  I will get to work on it.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.