How do I set EchoSign for Sharepoint web part to only sync documents that have been sent from the same site?

Since EchoSign for Sharepoint (the web part) is basically worthless with any site over 2500 documents, we have broken up our sites so that the web part can successfully traverse the site without timing out. However, within the web part, there is an option (two green arrows) to synch with SharePoint. Unfortunately, users can sync any document from EchoSign to a SharePoint library. I dont want the users synching documents that dont belong in that library. Are there any settings or coding that will allow only the syncing, or actually auto sync the documents, to within the same site?

Hi Ben,
Please refer the doc: https://echosign.my.salesforce.com/sfc/p/#300000006IaDOWUzLXIiAnH9NO8_F9WhM_gpxBs
for EchoSign integration with Sharepoint.
Regards,
Rave

Similar Messages

  • How can I find our photos on our iPad they are not in photo stream but have been sent from the iPhone over icloud, how can I find our photos on our iPad they are not in photo stream but have been sent from the iPhone over icloud

    how can I find our photos on our iPad they are not in photo stream but have been sent from our iPhone over icloud

    Hi...
    Tap the Photos icon in the Dock at the bottom of of the screen.
    If you don't see the photos there, tap Settings > iCloud
    Turn Photo Stream off then back on then restart your iPad.
    Hold the power button until "slide to power off" appears.  Slide to power off.  After it is off, press the power button to turn it back on

  • How to not allow someone to load text messages that have been deleted from the phone however apps are still able to reteive them

    Someone is trying to access the text messages that have been deleted off of my phone thru an app (unknown app)
    I do have somethings that I want to remain private in my phone and I either need help to delete them for good. Or block them

    Let me rephrase that. They can't unless they had physical possession of your phone and installed spyware on it.

  • How do i recover a document that has been "emptied" from the trash?

    I "emptied" my trash, which contained the word document of a file and unfortunately now all i have is the PDF version and I don't want to recreate the entire document.  Any solutions to bring it back? I saw them do it on CSI one time!

    With absolutely no guarantees you may find data retrieval software that may allow you to get the document back.  You would have to stop using your MBP imediatly so that the document is not overwritten (which it already may be).  No freebies in this department.
    If this is worth big bucks to you, you can employ a data recovery firm that also with no guarantees may be able to recover it.
    Time Machine alleviates all such problems.
    Ciao.

  • Dundas Gauge for SharePoint web part

    Hi,
    I'm using the Dundas Gauge for SharePoint web part, it seems that I have to add a seperate web part for each and every guage that I want added to the page, this means that inside each web part I have to add the connection string details for the sql database to get the data for the guage.
    If I have 20 guages on a sharepoint page, this means 20 connection strings, 20 hits on the db - it's not sounding good.
    Has anyone had any experience of this or has any thoughts on the best way to integrate this?
    Best Regards
    Kieran

    As long as the connection strings are the same connection pooling will probably be used (they could disable it if they wanted to but not very likely).
    It could still be 20 seperate hits to the database though. If each gauge is looking at a seperate dataset then absolutely it would require a trip to make the query.
    You should investigate if the controls support caching directly (very likely) and create a good caching strategy if you need 20 seperate query results on one page.

  • How to call hr_location_api.create_location for different address style with only those fields that belongs specific to  that address style.

    How to call hr_location_api.create_location for different address style with only those fields that belongs specific to  that address style. It should decide at run time means at run time it will come to know the type of address style and based on that only the fields which belong to address details mapped to calling hr_location_api.create_location.
    Thanks in advance.

    You can create a wrapper package on top of the API (hr_location_api.create_location)
    In the wrapper package you set all the values dynamically based on your requirements(say the style and add_line columns are populated on your conditions) and then you call the API.
    Does that not work ?

  • I have been working on the same numbers file for the past few weeks.  The last time I opened it was 1 week ago.  Today when I tried to open it I am unable and getting a message that the file is invalid and the index.xml file is missing.

    I have been working on the same numbers file for the past few weeks.  The last time I opened it was 1 week ago.  Today when I tried to open it I am unable and getting a message that the file is invalid and the index.xml file is missing. 

    Hi Tracie,
    I upgraded to Maverick OS X 10.9.5, numbers spreadsheet is saved. Upon re-opening, it appears to be frozen, a warning "file is invalid as index.xml file is missing". I checked, and the file is not "locked". This appears to occur only with using the new numbers app. When I open previous spreadsheets from old iWorks, no such problem occurs.
    How did you resolve your problem?
    Would appreciate any help here.
    Thanks,
    Deehay

  • ITunes randomly stops playing purchases that have previously viewed on the same hardware. It has an error message about HD. How can this issue be resolved?  What information is available besides the "learn more" option that does not deal with the problem?

    iTunes randomly stops playing purchases that have previously viewed on the same hardware. It has an error message about HD. How can this issue be resolved?  What information is available besides the "learn more" option that does not deal with the problem?
    Many people have the same problem. However, there is little or nothing readily available to users. This problem has existed for two or more years. Does anyone have anything to offer about this disturbing problem?

    Thanks for the suggestion kcell. I've tried both versions
    9.0.115 and 9.0.124 and both fail with the policy permission error.
    I also tried with and without your crossdomain.xml file but
    with the same result. It looks like this file is intended for URL
    policy, instead of socket policy. Recently Adobe separated the two.
    When I run with the files installed on my dev PC, it does
    work, which makes sense because the flash player isn't loaded from
    an unknown domain.
    I did get one step closer. If a crossdomain.xml in the server
    root exists and the socketpolicy file is loaded from the app folder
    then the first two warnings disappear. The logs now show:
    OK: Root-level SWF loaded:
    https://192.168.2.5/trunk/myapp.swf
    OK: Policy file accepted: https://192.168.2.5/crossdomain.xml
    OK: Policy file accepted:
    https://192.168.2.5/trunk/socketpolicy.xml
    Warning: Timeout on xmlsocket://192.168.2.5:843 (at 3
    seconds) while waiting for socket policy file. This should not
    cause any problems, but see
    http://www.adobe.com/go/strict_policy_files
    for an explanation.
    Warning: [strict] Ignoring policy file with incorrect syntax:
    xmlsocket://192.168.2.5:993
    Error: Request for resource at xmlsocket://192.168.2.5:993 by
    requestor from https://192.168.2.5/trunk/myapp.swf is denied due to
    lack of policy file permissions.
    Which basically says, everything is okay, but you stay out
    anyway.
    PS: I found the XML schema files here:
    http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_02.html
    and the socket policy schema:
    http://www.adobe.com/xml/schemas/PolicyFileSocket.xsd.
    UPDATE: When serving up the policy file on port 843 using the
    example perl script then the socket connection seems to be accepted
    and the connect succeeds. After that flex hangs trying to logon to
    the IMAP server.

  • HT201272 How do i see a list of the apps that have been downloaded and the dates and times and amounts?  Tried to follow the on-line thing but i want to compare what has been downloaded with my visa bill.  HELP!!

    How do i see a list of the apps that have been downloaded and the dates and times and amounts?  Tried to follow the on-line thing but i want to compare what has been downloaded with my visa bill.  HELP!!

    See this -> http://support.apple.com/kb/HT2727

  • How do you delete photos from an iphone 5 using ios7 that have been uploaded from a computer? Hitch: I no longer have the old computer.

    When I was upgrading from the iphone 4 to the iphone 5, i uploaded all of the pictures from the iphone 4 to my computer and then added them to the iphone 5. I no longer have the laptop that the pictures were uploaded to (crashed). There are several pictures that I now wish to remove from my iphone 5 that had been uploaded from the old laptop but am unable to do so. I googled it many times and everything says go back and sync via itunes yadda yadda. i get that part, but i don't have access to the photos anymore from a laptop, only on my phone. when i try to select the photos and delete them, the trash symbol is greyed out. any suggestions or am I just stuck wtith these photos on the iphone 5?

    Syncing with iTunes is completely separate from and not related to importing photos and videos from your iPhone's camera roll with your computer.
    Have you imported photos from the Camera Roll previously with your computer?
    What are you using for the import with your computer?
    When I import with my Mac, I'm provided an option to delete the just imported photos and videos from the iPhone's camera roll after the import process is complete. If I choose no, with the next import I'm alerted about the photos/videos being previously imported by my computer - do I want to re-import and replace what was previously imported, or ignore the previously imported content and only import the new content that has not been imported.

  • TS3276 can anyone help on the following please. When I have been away from the office for a few days and check for emails it only supplies the most recent 100 emails and the ones before that are never received. thanks

    can anyone help on the following please. When I have been away from the office for a few days and check for emails it only supplies the most recent 100 emails and the ones before that are never received. thanks

    Does your server have a limit?

  • Using Mail under iOS 5 Mail continues to suggest addresses that have been removed from Contacts. How do I remove old adreesses?

    Using Mail under iOS, 5 Mail continues to suggest addresses that have been removed from Contacts. How do I remove old, obsolete adreesses no longer in Contacts?

    If you open Mail and then in its File menu at the top, click on Window and choose Previous Recipients, you'll get a popup window listing them. At that point, you can highlight and delete any/all.

  • How do you change the lettering style of a adobe document that has been sent to you?

    How do you change the lettering style of a adobe document that has been sent to you?

    You can do this with Acrobat, but, as Claudio says, it's not possible in Adobe Reader.
    If you do have Adobe Acrobat, you can learn how to modify text styles here.

  • Getting letters for items that have been removed from my credit report

    I have gotten several credit cards in the past month as I have been working on rebuilding my credit. Over the past few weeks I have been receiving letters from collection agencies for items that have been removed from my credit report. Has anyone else had this issue? Should I just throw this stuff away since it's not longer being reported on my credit report and the collections are so old they've been removed from the report? I am freaking out a bit. Any advice is welcome.

    wonderwoman1970 wrote:
    They were removed because they are over 8 years old.They can still try to collect, they just cannot place it on your reports. If its also beyond SOL in your state, you have to option to sent them a Cease Communications letter, charmingly refferred to as a FOAD letter. (Google it to find the meaning of that acronym).They will just sell it to another JDB, who may send you another collection notice. Keep all correspondence regarding this debt in order to keep track of it. You also have the option to settle it for a small percentage - I would suggest offering no more than 5-10% of the original amount (not some inflated "new balance"), and in your offer letter refer to it as "old, time barred debt, that is not a current financial obligation" but that you are willing to settle only to close out the account.

  • HT5731 I have pre-bought an album for a March 25 release. But a single has been released from the album and i cant seem to download it, its says $0.99. Do i need to buy the single aswell? Shouldnt I have access to the song becasue i already pre-bought the

    I have pre-bought an album for a March 25 release. But a single has been released from the album and i cant seem to download it, its says $0.99. Do i need to buy the single aswell? Shouldnt I have access to the song becasue i already pre-bought the album?

    Hello, Edgarflo. 
    Thank you for visiting Apple Support Communities. 
    Here is some helpful information regarding preorder albums in iTunes.  I would recommend checking to see if you can download the single directly from the preorder album as some artists release a single that is separate from the album and will be a different purchase. 
    iTunes Store: About pre-orders
    http://support.apple.com/kb/ht5714
    Cheers,
    Jason H. 

Maybe you are looking for

  • APEX Listener and EPG - strange behaviour

    Hi For some years, I've used EPG for APEX but have struggled with performance particularly as I can have up to 150 student developers using at any one time. I do a fair amount of work using ORDImage and have successfully developed APEX applications t

  • Using BDC for PFCG

    Hi, Currently I have a requirement to synchronize composite role menus in PFCG. I tried using SM35 record and then create program. However, when program is created field "BDC_SUBSCR" "SAPLPRGN_TREE xx" is missing and so it is not working. Is there a

  • Cancel a submit in a javascript

    I have a tableview model which provides a list of order numbers.  I have made it so this column of order numbers is a clickable link.   I have set the table column to encode(false) so that my column shows up as an actual link.    Here is the actual c

  • Sign in Page on startup HP stream 7

    Hi I mis-spelled my e-mail address on the start up page on my HP stream 7 and could not return to correct it. It doesn't seem to have affected use of the tablet but how can I correct the error in case of later problems? This question was solved. View

  • Disable Approver Comment Dialog Box and modify the "Approve It" message

    Hello All. I have a two part question. The first one is: 1.) Can you change the Approve it wording to something else like Approve or Reject? The second quesiton is: 2.) Can you skip directly to the approval task form instead of having to enter in a c