Where is IAPI_cancel documented?

I want to plug some intelligence into a FFAS cycle.
Validation of source can trap obvious errors e.g. missing keyfields... but it cant trap logical errors like duplicate names and so on.
I guess using this variable is the only way to abort the processing of a logically bad FFAS record.
Question is how its used. The FAQ doesnt attempt to describe it, rather it goes off on a tangent describing how to avoid its use.
What process/processes will reset IAPI_cancel false, if I set it true.
Do I refer to the variable as simply IAPI_cancel.
Has anyone used IAPI_cancel?
any hints or tips accepted

Resource forms are used with Active Sync-enabled adapters in the following ways:
Cancel the processing of the user by setting IAPI.cancel to true. This is often used to ignore updates to certain users.
The following example shows a simple field that will ignore all users with the last name Doe.
<Field name='IAPI.cancel'>
<Disable>
<neq>
<ref>activeSync.lastName</ref>
<s>Doe</s>
</neq>
</Disable>
<expression>
<s>true</s>
</expression>
</Field>
Resource forms include logic for handling the cases of new and existing users, as well as
logic for disabling or deleting the Identity Manager user when a deletion has been detected.
Process Cancel Action
To cancel the processing of a user, set IAPI.cancel to true in the resource form. You can
use this to ignore updates to certain users.
NOTE : If IAPI.cancel is set to a value of true in an Active Sync form, then the process associated with an IAPIUser or IAPIProcess event will not be launched.
from "IDM_Technical_Deployment_Overview_7-0.pdf"

Similar Messages

  • Getting today's dumbest topic over with - where is the documentation?

    I'm trying to figure out how to stabilize some shaky footage. If I type 'stabilize' into the help menu search field it just points me to a video menu item, but I can't figure out how it works. In addition, nothing in the documentation is referenced. Anybody out there know where the FCE documentation pdf file is stored on the Mac. And yes, I did try spotlight...

    Thanks to all who responded. What threw me was that I typed "stabilize" into the help search box and all it returned at that point was a reference to the menu item:
    video filters -> video -> image stabilizer
    and nothing else.
    When I cleared the search box I noticed the first item pointed to the documentation (doh!) but I guess what threw me was that the original search returned NOTHING about "stabilize" from the manual - and there are certainly several references to that in there. I know the documentation is handled by Preview, but I guess I expected (a lot) more out of the help menu than I got.
    As an aside, to the person that said FCE does not do Image stabilization, the documentation on the "image stabilizer" video filter seems to say otherwise, although it appears to mostly cater for a shaky tripod scenario rather than stuff containing panning and zooming (which is what I'm trying to fix).
    Anyway, I've marked this as solved (thanks again) and now it's back to my yard work ...

  • ADOBE FORM for SAP - where is the documentation

    Hello Everybody,
    I started to work with adobe form for two weeks now.
    And i am wondering something since two days where is the documentation ?
    On adobe forums, we find a quick FAQ.
    On SCN there is some documentation.
    But where is the official or/and most complete documentation ?
    Is the full documentation given when you buy the adobe product or is there a full on line documentation ?
    Best Regards
    Abdou

    Here is documentation for formcalc
    http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf
    Here is documentation for Scripting (JS)
    http://help.adobe.com/en_US/livecycle/es/lcdesigner_scripting_reference.pdf
    Here is the documentation on the whole package
    http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=000403.html
    Here is some additional practice to know how to use LiveCycle
    http://www.youtube.com/channel/UC6E8WlISDmgiyyq5ZWk-nVw

  • Please where is this documented?

    hi,
    I have seen people write code like this below, where you have ".class" as a field? of all objects?
    This isn't in the API of Object, and I can't find where it is documented! does anyone know where it came from?
    thanks,
    asjf
    class What
         public static void main(String [] arg)
              System.out.println(Object.class);
    }

    <class>.class is defined as a class literal. It is the equivalent
    of the pre-fixed class's getClass() method. It is
    useful for primitive types(int, char, long, etc) when
    using the Reflection Api with Class.getDeclaredMethod(String,
    Class clazz[]) where clazz is an array of the parameters
    to the method. The class literal is the only way I know of
    that can access the Class of primitives.

  • How do I use Dropbox to share info between accounts on Mac Mavericks?   Where is there documentation on Dropbox usage?

    I'm on Mavericks 10.9.5 on a new MacBook Pro.   I'd like to pass files from one account to another but I get a message that
    I lack permission to access the files from the drop box.   How do I do this?   Also where does Apple put documentation for
    issues like this?
    Thank you

    Anyone can put something in the Drop Box folder, but only the owner of that folder can take it out. If there's a problem with that, then something has gone wrong.
    The easiest way is to put the files in /Users/Shared, where anyone can access them. (Well, anyone using your computer, anyway. It is not shared over a LAN by default.)
    Or use a folder on an external disk.

  • Adobe Air Framework - Where's the Documentation

    I'm very confused about how to use the Adobe Air Framework to learn how to update my apps. There are tutorials on the Adobe website, but they're all from either 2008 or 2011 and are discussing Air 1.5 or 2 or 2.5 versions, but since I'm using Air 3.7 I would like to see examples of how to use the Framework.
    I'm new to Air, but not to AS3. It sounds like the Framework includes API's that allow you to update apps and more, but I cannot find where the documentation is specifically. I continually find:
    http://www.adobe.com/devnet/air/documentation.html
    http://www.adobe.com/devnet/air/articles/air_update_framework.html
    http://forums.adobe.com/thread/1156048
    http://code.google.com/p/nativeapplicationupdater/
    http://www.adobe.com/devnet/air/articles/updating-air-apps-native-installer.html
    http://help.adobe.com/en_US/air/build/index.html
    and a few others, but I'm hoping someone can help me find what I need. Maybe the Framework hasn't changed from version 2 to 3, but I know it has from another article I read.
    I'm using Flash Professional CS6 and working entirely within that program.
    Any suggestions?

    I'm just about to head out, but I think these two links are possibly what you're looking for it contains all the documentation you could ever need for the latest AIR SDK's:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html?filter_air=3 .7
    http://www.adobe.com/devnet/articles/flashplayer-air-feature-list.html
    If it's not I'll post a little more when i get back if someone else hasn't already.
    Edit:
    Back now, I so you're looking to implement a form of updating your application from within itself using the Air Application updater. The second link you've provided explains everything on how to do this, just ignore all the MXML and use the snippets that are provided in the examples. There is no difference between the framework released in 2011 (with regards to updating) so any tutorial around this time will be sufficent for you. I quickly googled this one for you and it seems to be easy to understand:
    http://kirill-poletaev.blogspot.co.uk/2011/06/updating-air-applications-part-2.html
    Hope that helps.
    O.

  • Where is the documentation of the options on the 'System Services' settings screen?

    The settings screen Settings ▸ Location Services ▸ System Services in iOS 5.0 contains the following boolean options:
    Cell Network Search
    Compass Calibration
    Diagnostics & Usage
    Location-Based iAds
    Setting Time Zone
    Traffic
    I have never used an iPhone before and do not understand what each of these services do. Where can I find Apple's documentation of these options?

    As I say, I've disabled all of them and see no need for any of them.
    As far as I have been able to determine these are being used to build up location based databases for use in advertising, marketing and other commercial uses:
    Cell Network Search - tracks the cell towers you are connected to and your location to aid in building up a database of cell phone tower locations and useage
    Compass Calibration - this one I have no idea about.  It is absolutely not necessary for the actual act of calibrating your compassapp, and your compass app works fine with it disabled.  Why anyone would find it useful to know where I was when I had to calibrate my compass, I have no idea.
    Diagnostics & Usage - this one is obvious, and is used to tag your location if you have chosen to send diagnostic and usage information to Apple.  I can see where it might help them to know where you were when you had some issue (ie. so they could see if the area correlates with frequent network errors or such)
    Location-Based iAds - also obvious, but I don't want marketers targeting me with ads based on where I am,  I find internet advertising far too intrusive as it is, I have no desire to aid them in pestering me even more.
    Setting Time Zone - this one I don't get.  If you have data & time set to "automatic" this is pointless, as they date and time (and hence time zone) will be set by your devices connection to the cell tower(s).  I have no rational thoughts as to what this being used for, or what good it may do.
    Traffic - this is apparently somehow used to update a database of traffic patterns.  How it knows what the traffic around me is, I do not know - ie. what triggers it, I have no idea.
    Anyway, I have them all disabled, as I can see no rational reason to have any of them on.  They just needlessly use up my battery, and are sending data to places that I have no idea of or about, for purposes I have no clue about, all of which, going by the complete lack of information about them, is by design (which just irritates me - at least explain the dang things or don't bother even including them).

  • Where is the documentation?

    Hello,
    I just purchased the electronic-download version of CS4.  I can't find the documentation!  Can anyone tell me where it is?  Sorry for the dumb question,
    Ben

    The menu Help – Photoshopop Help should connect You to the online-help, if You want to download the pdf You might try:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb408379

  • Where's the documentation?

    I just installed iLife 06. When I ordered the Apple store said it included printed and electronic documentation in the box. I get that the electronic is on the Help menu. There was no printed version. Is there at least a PDF somewhere? I expected at least a very small printed booklet. Am I missing something obvious?
    G5 dual 1.8   Mac OS X (10.4.4)  

    Hi Don,
    Nope, no printed booklet, just the "installing iLife
    6" leaflet.
    It says where to go for help..
    Help>help menu for each application
    -Tutorials on the web at
    http://www.apple.com/ilife/tutorials
    -Apple support http://www.apple.com/support/ilife
    Thanks. Disappointing, though. When Apple says printed documentation, the booklet telling you about the Help menus and the URL for the tutorials falls short of the promise

  • Where's the documentation or user guide?

    I am now working through the twelve lessons in Adobe Premiere Elements 11 Classroom in a Book. Several times the book says to refer to Premiere Elements documentation or user guide for a full explanation of a subject. Is there such a thing and where do I find it? There is plenty of clear information in the Help and Tutorials but not the documentation that comes, for example, with a camcorder.

    Tommy,
    You will find a lot of that here: http://helpx.adobe.com/pdf/premiere-elements_reference.pdf
    Also, the Help File, F1, will have good material too, and is active on-line, so there are some comments via Community Help there, as well.
    If you are new to PrE, here is a partial list of useful resources: http://forums.adobe.com/message/3953827#3953827
    I particularly recommend Steve Grisetti's Basic Training Series on Muvipix.com.
    Good luck,
    Hunt

  • Where is it documented that getResource() will find data in the jar?

    Hello, if I package data in the .jar that is different than .class, then it was posted here a while ago by atomguy, that the following code will work
    URL url = getClass().getResource("/Your/Filepath/inthe/Jar");
    My question is, where does it say so? The rationale for my question is, this may work now, but if it is an undocumented feature, then one day when my customer downloads some future Java version, it might not work anymore. So I want to know that this is a documented feature before I use it, as such features are far less likely to be changed by Sun (backwards compatibility).
    I read the documentation on getResource(), ultimately this seems to be delegated to ClassLoader instance getResource(), I read that doc too, and I don't see where it implies that it will produce a URL that I can then use to access the data file in the jar, for sure.
    Please point me where in the docs it follows from.
    Thank you,
    Mark

    I'm no expert, but I would say it is a documented feature that a classloader searches for and loads classes that the JVM needs - it's in the JLS and Sun JVM specs. It's documented that getResource() calls the object's classloader getSystemResource() and returns the URL for the named resource.
    If you put resources in places where the classload finds classes, then those resources will be found by the same classloader. Any jar (or any directory) that contains classes that have been loaded MUST be in the search path of the classloader. (I am assuming the bootstrap classloader - if a custom classloader is used, then it might not behave the same.)
    Edited by: atmguy on Mar 1, 2009 9:38 AM

  • Where to find documentation for RFCs / IDocs?

    Hi all,
    We're planning to implement some XI interfaces against the MM module - where can we find online docs for available RFCs/IDoc APIs?
    Thanks very much in advance!
    Steve

    Hi,
    have a look at this page:
    http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7c9f43d711d1893e0000e8323c4f/frameset.htm
    to find many MM interfaces: invoices, orders etc
    some are not well documented (material movements)
    so just ask an interface consultant about them
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Where to put documentation and change log heading?

    Hello, i'm creating a new global class (SE24), and by client standards I need to create a heading on any (code) object, where its purpose is briefly explained and where further changes that may be made to the object should be documented. For example:
    *     PROGRAM              ZCL...
    *     CREATION DATE        dd/mm/aaaa
    *     APPLICATION          MM
    *     AUTHOR               Alejandro Bindi
    *     DESCRIPTION          Does X check
    *     TYPE                 Class
    *     MODIFICATION LOG
    *  DATE        AUTHOR     Transport#   DESCRIPTION
    Now, where is this heading generally put when creating classes? I thought on putting it on Documentation but it'll be created on a specific language, I don't want that...
    Thanks,
    Regards

    Hi Alejandro,
    Why don't you create this header as a Pattern ? After created all can use it easily, independent of language.
    I created it here in my company and all people use it.
    To do this in SE24 or SE38... go to Utilities->More Utilities->Edit Pattern->
    There you have:
    Create Pattern
    Modify Pattern
    Delete Pattern
    Display Pattern.
    Kind Regards.
    Marcelo Ramos

  • Where to download Documentation

    Hai,
    I am a dialup user and can't access online help everytime. So I want to download the documentation. Where to get it? Will the download include swing also or I have to do it seperately.
    Thanks and regards

    Oh, and it'll include Swing as it's part of the standard classes.

  • Where is smartforms documentation in french language ?

    Hi expert,
    do you know where can I found the smartforms documentations in french language ?
    tks a lot,
    bye.

    I executed the FM ABAP_DOCU_DOWNLOAD and was able to download the documentation in french wonder why its not working for u.
    sorry i mentioned ABAP_DOCU_DOWNLOAD as Tcode in my previous reply. its FM which u have to execute.
    Edited by: kartik tarla on Mar 21, 2009 9:07 PM

Maybe you are looking for