Place snippet script

Hi all,
I am working on a script that is asking InDesign to place a snippet into the slug of whatever document is created. The problem is I don't seem to have control over the placement coordinates of the snippet: it always place it at exact same coordinates than where it was placed when I created it ...
Any idea about how to get around this problem would be greatly appreciated:
- Placing in a slug
- maybe the script would set margin to zero at the bottom trim of any document created and the snippet would be placed at a 0, 1" coordinate
- maybe the script coordinate would be x:0, y:(myDocumentHeight + 1)
I just don't know....
Thank you!

My original post was not accurate. I believe that when you create a script that is calling out for the placecement of a snippet, iD will center on your screen by default. In other words it will place your snippet randomly.
In order to control the placement of your snippet on your page, you have to define coordinates.
It makes a much more complicated script that you would think.
That is my understanding of how it works in CS2, 3 & 4 - I don't know for CS5.
By digging into scripting language, I don't see why you would not be able to have the script take advantage of the "maintain placement" option mentionned in this conversation.
For my part, I'd rather specify coordinate so that I can customize placement as document size change (my script actually reads the size of the document and place my snippet precisely in the slugg area, not matter what.)
Here is an abstract:
set myPage to page 1 of myDocument
            tell myPage
                set myPlacedSnippet to place "Macintosh HD:PrintSlugforscript.idms"
            end tell
            set mypageitems to group 1 of myPage
            tell mypageitems
                move to {0, (myHeight + (myVerticalBleed * 3))}
            end tell
In this instance, I got the script to understand what "myHeight" is (height of the document) and what "myVerticalBleed" is.
As a result, my slug (my snippet) is always positionned along my vertical trim line and fare enough away from my bleed (3 times whatever bleed there is around my document)
Just have to understand that a snippet is nothing but a group of objects. It's like a bundle you inport in your document. The only way I found to use and move my snippet automatically is to import it in my document before anything else, then have the script look for whatever group of objects it finds in the document "group 1"  and move it to precise coordinates.
This is kind of complicated so I'd understand that under certain circumstances you'd rather do it manually. For me it works because importing and positionning the snippet is only a small part of what the script is doing.
Hope this helps!

Similar Messages

  • I am using Photoshop CC2014 15.00.  In the pop-up menu for the Fill command there is a place for Scripted patterns.  Within that part, the tree and the picture frame are grayed. Why?   I've seen demonstrations on how to use the feature but mine doesn't wo

    I am using Photoshop CC2014 15.00.  In the pop-up menu for the Fill command there is a place for Scripted patterns.  Within that part, the tree and the picture frame are grayed.
    Why?   I've seen demonstrations on how to use the feature but mine doesn't work.  I checked the updates and I have the current version.
    Thanks.      LM

    I am running CC 2014.2.1 and I've updated to Yosemite. Not seeing tree or frame as an option in the menu. Coworker still on Mavericks has it.

  • Place a script on client desktops

    We are looking to see if there is anyway way to push a script down to client desktops after a user logs in, we use a script to allow all of our clients to connect to a Windows shared location, but would like to know a way to put it on their desktops besides using the English.lproj folder, or if there was anyway that we could have the computer actually mount the drive and show it on the desktop that would be wonderful. We have looked around a bit but cannot seem to find anyway to do this.

    If you are trying to get an volume to automount, why not just use MCX and manage a login item? You said the computers are bound, so the assumption is the users and groups and computers are on the OD system. If this is the case, select a group or a user and go to Preferences in WGM. When the pane comes up choose Login. Click on the Items tab and set it to manage always. Then, drag the share to the list box and check the "authenticate selected share point with user's login name and password." If you run WGM from a managed workstation this is easier. But you can do this from the server. You just need to hand edit the key from the all records inspector.
    Now, if you really want to update stuff on the server, you need a little scripting work. First you need to deliver the payload to all stations and then execute a local script to place the content were you want. This is because all home folder paths are unique and it is possible to have more than one user per machine. Follow these steps as a framework.
    1: Gather the payload and use the Copy Items part of ARD to send the files over to a generic location on all workstations. /tmp is a good location and I've used /tmp/ARDpush as the example.
    2: Once the files are copied, use the script example below and send it to /tmp and then execute the script using the send unix command. Basically, you path it as /tmp/script.sh and set the user to root so you can get into the user home folders.
    And that should do it. Items in tmp should be deleted on reboot so this is self cleaning. Here is a simple framework script. It is a simple script that identifies non-system users. If you have a default admin on the machine (and we all should), then the value is > 501 so we exclude the initial admin. If you need the changes on the admin account, then set > to 500. This works for OD and AD users since their UIDs are either > 1025 or > 1000000000.
    I also used dscl as this should work on everything since 10.4. I have NOT tested this on 10.4 so keep that in mind. If you are still supporting 10.3, then dscl will need to be replaced with niutil.
    ---Create this script in a plain text editor and chmod 755 before sending it to the clients---
    #!/bin/sh
    # Define the path to the source files
    filesToCopy=/tmp/ARDPush/
    # Define the partial path for relative destination
    whereToPlaceFiles=/Desktop/
    # Get a list of user names that are above 500 or 501 if you want to exclude the admin
    users=$(dscl . -list /Users uid | awk '$2 > 501 {print $1}' | sort)
    for user in $users; do
    # Iterate through all the users and get their home folder path
    homePath=$(dscl . -read /Users/$user NFSHomeDirectory | awk '{print $2}')
    # Perform the copy process
    cp -R $filesToCopy $homePath$whereToPlaceFiles
    done
    # end of script
    Hope this helps.

  • How to Perform File- Place via Scripting (CS5)

    Hi all,
    Photoshop contains the option of directly placing one graphic file onto the currently active layer via the menu with File-> Place.
    How do I do this in scripting?
    TIA,
    mlavie

    @xbytor2: Thanks for the quick response.
    I noticed that File->Place does not bring the image's clipping path along with the image. Does your example do that, and if not, would you have any idea how?
    TIA,
    mlavie

  • Where to place this script?

    Hello!
    I wrote a script to backup all profiles and /etc on my computer via rsync. But I don't know in which config file sould be the command placed to execute it when the computer make a shutdown.
    Where is the right place?
    Thanks for your answers.
    Greetings,
    Flasher

    "There are no stupid questions"...

  • How to correct decimal places in script

    Hi,
    I have a packed integer variable. The value stored in that variable is 8,156,265.598.
    But i want it as 8.59 in the form.
    How to achieve this?
    Ezhil.

    use [this link|http://help.sap.com/saphelp_nw04/helpdata/en/1c/f40c6fddf311d3b574006094192fe3/content.htm] on formating numerics fields for display.. [<click>|http://help.sap.com/saphelp_nw04/helpdata/en/1c/f40c6fddf311d3b574006094192fe3/content.htm]

  • Why does DW CC 2014.1 Fluid Grid load HTML file that contains Google Analytics Tracking Code script so slowly?

    I exclusively work in Fluid Grid since my site is a Responsive Web Design.  I'm having trouble with slow load time in DW CC 2014.1, when my file, as they all do of course, has the Google Analytics Tracking Code script.
    I'm on a Windows 8.1 using a Dell Precision M3800 Laptop with Memory 16GB (2x8GB) 1600MHz DDR3 . Each of our site's 180 or so web pages, of course, has its Google Analytics Tracking Code script. It is placed, following Google instructions, as the last entry in the <head>.  Google Analytics does not instruct to place the script in the JS Folder with an scr to it, but rather in the <head>.  It takes up to one and a half or two minutes for DW CC 2014.1 to load the Google Analytics Tracking Code script .  That is, the grid does not show in Live View until finally analytics.js shows up in the Document Toolbar. A minute or two can add up when every page you load takes this long.  And, making new Fluid Grid pages, as is done, through the Save As command; every new page made you have to deal with the minute or two wait time since all those pages have the Google Analytics Tracking Code script.  Therefore, this time component alone, assuming I'm accessing and/or making 20 pages per week (and in our business this is easily the case) the math is that I'm wasting between 17 and 35 hours per year just with DW CC 2014.1 loading the much needed Google Analytics Tracking Code script.
    I have loaded HTML files that do not have the Google Analytics Tracking Code script as a test and those files load at the normal quick speed.
    Therefore, the new Chromium Embedded Framework browser engine has a serious load problem when it confronts an HTML5 file with a Google Analytics Tracking Code script.  Oddly, the prior DW CC 2014 version, with the old browser engine did not have this slow-load problem since I was loading these same files in that DW CC version up until October 8th or so.
    I think this new browser engine is a Google platform that apparently has a problem rendering or loading a Google Analytics Tracking Code script.  That makes no sense.
    Anyone else had this particular slow-load problem with DW CC 2014.1?
    Thanks.

    Wow.  That sure solved the slow-load problem, at least using your suggested snippet in a simple test HTML file.
    Per Google's instructions, I pasted the snippet before the closing </head> tag.  And, even in that positioning in the file; the file loaded at the speed (about one second) that it did prior to DW 2014.1.
    Two questions.
    Will this snippet provide the same tracking data as my current GA snippet?
    Because my current GA snippet is in about 200 web pages, can I retain the old snippet in most of them and place the new snippet in my approximately 5 main web pages as well as my templates so my new pages, as well as my main pages, have the new snippet.  That is, can I have both snippets (i.e. old snippet in earlier pages and new snippet in main pages and new pages to be made going forward) in my website at the same time?
    Of course I would not have both the old and new snippet in a web page at the same time.
    I greatly appreciate any assistance anyone can provide me on this issue and thank all of you in advance.
    I've provided code for both simple test files below.
    Code for Asynchronous Syntax of GA script:
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Test Asynchronous GA Tracking Code In Head</title>
    <link href="css/boilerplate.css" rel="stylesheet" type="text/css">
    <link href="/css/style.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="js/respond.min.js"></script>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-73425000-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="div1" class="fluid">
        <div id="test1" class="fluid ">This is the content for Layout Div Tag "test1"</div>
       <div id="test2" class="fluid ">This is the content for Layout Div Tag "test2"</div> 
    </div>
    </body>
    </html>
    Code for older GA script snippet:
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Test GA Tracking Code In Head</title>
    <link href="css/boilerplate.css" rel="stylesheet" type="text/css">
    <link href="/css/style.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="js/respond.min.js"></script>
    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
      ga('create', 'UA-73425000-1', 'auto');
      ga('send', 'pageview');
    </script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="div1" class="fluid">
        <div id="test1" class="fluid ">This is the content for Layout Div Tag "test1"</div>
       <div id="test2" class="fluid ">This is the content for Layout Div Tag "test2"</div> 
    </div>
    </body>
    </html>

  • [JS][CS35.5]Place a previously created item/textframe/group onto a page/into a textframe anchored

    Hi all. I'm an experienced programmer but very new to indesign scriping.  I've been working through a book and some tutorials and it's coming along pretty well.  I'm also no Javascript pro.
    My project is to parse some inDesign files that I have made as "templates" and fill in placeholder text I have created with data from a file.  The data can be single words or phrases or long sequences of styled paragraphs.  That's all working.  I can even do it without making the document active which is especially pleasing because it feels more automated not to have the new document open while the script is running.
    However, now I want to do something I did with my previous system (OpenOffice Writer + Docmosis) which is to place a little group of a textbox + icon with a drop shadow in certain parts of my document.
    Here is an idea of what I mean: http://fireplan.ca/images/stories/firewatch.png
    Since I add large amounts of text and add pages manually to flow it I need to make sure this box will stay with the text it is associated with (in this case, the fire watch paragraph).  I don't know if there is a good way to copy this element in from another document or to create it with a script or what.  My solution so far has been lame.  I create the textFrame, include subframes and graphics as I see fit, and then put it in the document with a name (InfoBox) and set it to be invisible.  Then, if I run across a situation where I want to include it, I do something like:
    var sourceTextFrame=findTextFrame("InfoBox",theDoc);
    var objectDupe=sourceTextFrame.duplicate();
    objectDupe.visible=true;
    objectDupe.name=objectDupe.name+"-placed";
    app.select(objectDupe);
    app.cut();
    app.select(theStory.paragraphs[newParagraphIndex].insertionPoints[0]);
    app.paste();
    /* This code an be optimized and improved I'm sure but for now it's doing the job and is not the basis of my question */    
    function findTextFrame(frameName,theDoc){
                var allItems=theDoc.allPageItems;
                for(var a=0;a<allItems.length;a++){
                  if(allItems[a].name==frameName){
                   return allItems[a];
                return null;
    Basically I paste a visible copy of the info box into my main textframe in the appropriate place.  This technique of using app.select, app.cut, and app.paste just seems lame. It also means I have to make the document the active document so I can use cut and paste.
    Any suggestions or ideas about how to achieve this sort of thing more cleanly?

    Just a quick follow up.  The direction I thought I would go on this if I was more experienced would be to look at the Indesign CS5.5 scripting guide and focus on the area about creating an anchored frame.  This basically creates a text frame inside an existing frame and anchors it there.  It seems like there should be some way to use a similar approach to move the contents of my existing objectDupe into this anchored frame, or simply add the objectDupe instead of creating the anchored frame in the first place.
    So for example the code in the scripting guide is something like:
    var myInlineFrame = myInsertionPoint.textFrames.add();
    I thought it would be nice if you could do something like myInsertionPoint.textFrames.add(objectDupe);
    or objectDupe.moveTo(myInsertionPoint);
    var myInlineFrame = myInsertionPoint.textFrames.add();
    myInlineFrame.textFrames=objectDupe.textFrames;
    or
    myInlineFrame.contents=objectDupe.contents;
    Of course, I realize none of these things will work, but it just seems like there should be a way!?
    Perhaps I will have to look further into snippets.  I saw a blog post that allows you to place snippets inline by putting them in a library first.. maybe that'll work.
    Any further comments are more than welcome!

  • Outputting of of a Matlab Script

    Hello everybody
    I am working on a project for school and had a question as far as outputting out of a Matlab Script node. I have data that is stored in the form T(:,:,i) so it is a 3D data that is calculated within the the script. 
    The main thing I am wanting to do is output the data so I can graph it on a Labview front panel. I want to display a 2d image with a third dimension respresented as points on that 2d image. (2d as space with 3rd dimension being temperature).
    It may not make sense why I am doing this in Labview but I have an entire GUI built for Labview and this is just one snippet of the things that I want to show. I included a file for the particular graphs I am trying to ultimately display. 
    I apologize I am still learning the ropes to Labview.
    Solved!
    Go to Solution.
    Attachments:
    PowerSimForForum.vi ‏11 KB

    Hi Jakeyboy1,
    Below is a link that demonstrates how to send a 3-Dimensional array from LabVIEW, however you should easily be able to modify the block diagram in the article to switch the processes.  In the article, the example code first auto-indexes a 3D array to assign T(:,:,i) within the script environment.  Then LabVIEW uses another script node to process the built 3-Dimensional array.
    You can switch this process.  Out of the first script node wire out the length of the 3rd dimension and feed that into the N terminal of a for loop.  Within the for loop place the script node which reads T(:,:,i) and outputs the 2D array from the node.  You can wire this out of for loop and autoindexing should creat the 3D array in LabVIEW.  Since the N terminal matches the length of the 3rd dimension.  The resulting array in LabVIEW should be identical.
    Send N-Dimensional Arrays into a MATLAB® Script Node
    Regards,
    Isaac S.
    Applications Engineer
    National Instruments

  • Having problems trying to run a sql script using the command prompt.

    I place my script at the root c:
    open run SQL Command Line.
    I connected to the database using connet userid/password
    Then I tried to execute the script by doing
    @test_add_comments
    I am getting the error message.
    SQL> @test_add_comments
    SP2-0310: unable to open file "test_add_comments.sql"
    Am I suppose to place this sql somewhere else?
    test_add_comments.sql is
    COMMENT ON COLUMN myTable.ID IS 'Primary Key' ;
    COMMENT ON COLUMN myTable.REVIEWLOG_ID IS 'REFERENCE TO SAFE REVIEW LOG TABLE' ;
    COMMENT ON COLUMN myTable.FAC_ID IS 'REFERENCE TO ALL FACILITIES' ;
    COMMENT ON COLUMN myTable.HALLBUILD_ID IS 'REFERENCE TO HALL BUILDING' ;

    I figure it out.
    open a sql worksheet and enter the falling commands in the run script.
    @c:\your_script.sql
    Execute it by clicking run script.

  • [CC] How to perform a script "foo_beforeSave.htm" only for specific site?

    Since a long time I use a script for automatic text replacements which perform with each save command.
    The script sits in that folder:
    C:\Users\myusername\AppData\Roaming\Adobe\Dreamweaver CC\de_DE\Configuration\Commands\foo_beforeSave.htm
    It works for all documents of all sites.
    The source code (the regex rule is just an example) of the script you find below.
    My question:
    I like to perform a script like this only for a specific site.
    I'm not a programmer. So I don't know where to place the script to reach that target. Or how I have to edit the source code of the script.
    Is there anybody who could help me with that please?
    I would appreciate it a lot. Thanks
    <!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
    <!-- MENU-LOCATION=NONE -->
    <html>
    <head>
    <title></title>
    <script src="../Shared/Common/Scripts/dwscripts.js"></script>
    <script>
    function canAcceptCommand(){
        return true;
    function getFileName(url) {
      var index = url.lastIndexOf('/');
      if (index != -1) retVal = url.substring(index + 1);
      else retVal = url;
      return retVal;
    function runCmd(){
        var dom = dw.getDocumentDOM();
        dom.synchronizeDocument();
        var path = dw.getDocumentPath('document');
        if(getFileName(path) != 'foo_beforeSave.htm'){
            var docEl = dom.documentElement;
            var tempDoc = docEl.outerHTML;
            tempDoc = tempDoc.replace(/&bdquo;/g,'„');
            tempDoc = tempDoc.replace(/&#8222;/g,'„');
            tempDoc = tempDoc.replace(/&ldquo;/g,'“');
            tempDoc = tempDoc.replace(/&#8220;/g,'“');
            tempDoc = tempDoc.replace(/&rdquo;/g,'”');
            tempDoc = tempDoc.replace(/&#8221;/g,'”');
            docEl.outerHTML = tempDoc;
    </script>
    </head>
    <body onLoad="runCmd();">
    </body>
    </html>

    Well, the posted script is a full working one.
    I just search for a way to limit the range of the script to the actual site.
    Therefore it is unimportant, which regex is in the example.

  • CS4, script files are not showing in script panel

    I dont ever use scripts but I did have one i downloaded to use for CS3.  Its been a while but I thought I just dropped it into the Scripts folder and it would show up in the scripts panel in InDesign.  I just put that same script in my new CS4 scripts folder and its not showing up.  I even restarted ID to make sure and it still doesnt.  Is there something im forgetting?

    CS4 has a slightly different model.
    In the Scripts folder, there is a folder called "Scripts Panel". For scripts to show within the Scripts panel in InDesign, place your scripts within this internal folder.

  • How do I place external content in a Collapsible Panel

    I figured out how to add a tooltip to a collapsible panel
    today, but I am having trouble getting content to load in the
    content portion of the panel from another HTML file.
    I have created a loader.gif animation that I would also like
    to appear in the content panel while the content is loading.
    This, like the tooltips, is way above my skill level and any
    help would be appreciated. I am starting from using Spry 1.6's
    built in features in Dreamweaver CS3 and trying to expand on them
    with help using the other spry js found here in the Labs.
    Link to
    collapsible panel page I am working on
    Currently I have all the content panel text in panels. I
    would like to copy the content to another file so it can load only
    when the panel tab is opened.

    Check out this example.
    http://labs.adobe.com/technologies/spry/samples/utils/update_content.html
    its about updateContent which allows u to place content in
    your div.
    U could create a little function for it to load content in
    your divs.
    Example of load indicator + function setup:
    the indicator div
    <div id="indicatorMessageBoxId"><img
    scr="imagehere.gif" /> Please wait loading content </div>
    The function (place in <script> tags and place it in
    header (dont forget to include SpryData.js)
    function updateContent(ele,url){
    //U call this by using the command:
    updateContent('ID_toLoad_contentIn',url_of_new_content');
    document.getElementById('indicatorMessageBoxId').style.display =
    ""; //this will show the indicator loadimage box
    Spry.Utils.updateContent(ele, url, function() {
    document.getElementById('indicatorMessageBoxId').style.display =
    "none"; }); //this will hide the box when loading file is done
    u can attach this function on your collapspannel by adding a
    onclick="updateContent('myId','data/page.html');" to the
    element.
    Hope this helps :)

  • Can't open Snippet thru Open A File dialog?

    Huh? I tried to open a snippet from the File>Open... menu and I got this error, see attached.
    I did drag and drop from Bridge with no problem.
    Win XP SP2, CS4 ID 6.0.4

    You PLACE snippets, not open.

  • Add file name script

    I have a script for adding the file name as a text layer in PS. This script called "AddFileName02.js" worked by placing the file in the scripts folder on the hard drive. This script worked for PS CS2 (and I think PS CS3). This script could then be accessed by <file><automate><scripts>
    Now that I have PS CS5 I have tried to place this script into the same place in PS CS5, but it does not appear. (I restarted PS) As I see it there could be two possible problems.
    1 The script has a .js extension and all other scripts in PS CS5 have a .jsx extention. So a newer version may be needed.
    2 I have placed the script in the wrong folder.
    Can anyone help?

    Just rename ist with the jsx-suffix and place it in the Presets > Scripts-folder.
    If that does not work you could try the Photoshop Scripting Forum, though some of the regulars also do drop by in this Forum.

Maybe you are looking for

  • IPC in CRM 5.0 - Configuration guide

    hello, i'm looking for a configuration guide for IPC under CRM 5 standalone (no R3 backend ). thnx ..

  • Cannot download photoshop cc 2014 from creative cloud

    i have the creative cloud subscription. Photoshop cc does not work at all any more. I am trying to download photoshop cc 2014. It will not get past 0%. Please advise.

  • VO extensions error

    Hi oaf experts, Iam having one Standard page,in that iam adding two custom fields,for this i have find out that standard vo and extended that.i have added two fields,custom table name,join conditions in the extendedvo. i have done all things like sub

  • Hierarchies are not the same as in R/3

    Hi experts ! My Hierarchies in BW we are not the same as the source hierarchy in R/3. They are not time-dependant, and the upload is scheduled every night, and gives no error messages. Is there any known issues here? I'm in the 7.0 version, but the u

  • SA_USER_ADMIN.SET_USER_LABELS and roles

    (9i Release 2) SA_USER_ADMIN.SET_USER_LABELS has user_name as a parameter. Is there a way to specifiy levels, compartments and groups for a role? Using SET_USER_LABELS with large numbers of users could be very tedious. Enterprise users could be diffi