Need a custom exentsion built for me.

I will soon be needing a custom extension built for a
software program. Where to I post a job such as this? Is this the
right forum? Or is there another forum that specifically hooks up
developers with companies that need a custom extension?
Thanks!
eCat

Contact us with your specifications etc.. and we will evalute
the project.
http://www.fourlevel.com/support.htm
Regards,
..Trent Pastrana
www.fourlevel.com
"mlstover" <[email protected]> wrote in
message
news:eh6976$rua$[email protected]..
>I will soon be needing a custom extension built for a
software program.
>Where
> to I post a job such as this? Is this the right forum?
Or is there another
> forum that specifically hooks up developers with
companies that need a
> custom
> extension?
>
> Thanks!
> eCat
>

Similar Messages

  • [svn:fx-trunk] 5465: Now that padding set on a TextInput does not affect the inner textView, we need to add a custom TextInput skin for the TextInput a Spark NumericStepper contains .

    Revision: 5465
    Author: [email protected]
    Date: 2009-03-20 11:52:56 -0700 (Fri, 20 Mar 2009)
    Log Message:
    Now that padding set on a TextInput does not affect the inner textView, we need to add a custom TextInput skin for the TextInput a Spark NumericStepper contains. Jim ok'ed the addition of the new FxNumericStepperTextInputSkin.mxml class into the spark.skins and wireframe packaged.
    SDK-18275, SDK-19849
    Reviewer: Glenn
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18275
    http://bugs.adobe.com/jira/browse/SDK-19849
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperSkin.mxml
    Added Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperTextInputSkin .mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperTextInputSkin. mxml

    Revision: 5465
    Author: [email protected]
    Date: 2009-03-20 11:52:56 -0700 (Fri, 20 Mar 2009)
    Log Message:
    Now that padding set on a TextInput does not affect the inner textView, we need to add a custom TextInput skin for the TextInput a Spark NumericStepper contains. Jim ok'ed the addition of the new FxNumericStepperTextInputSkin.mxml class into the spark.skins and wireframe packaged.
    SDK-18275, SDK-19849
    Reviewer: Glenn
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18275
    http://bugs.adobe.com/jira/browse/SDK-19849
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperSkin.mxml
    Added Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperTextInputSkin .mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperTextInputSkin. mxml

  • I need to extend the schema for iPlanet Dir. 5.0 and add custom objectclasses and atributes. I do this by adding entries in the 99user.ldif file. Its not working. Any ideas?

    Hi
    I need to extend the schema for iPlanet Dir. 5.0 and I do not want to do so from the console. As per the documentation, I need to either add entries in the 99user.ldif file or define my own custom [00-99]myname.ldif file. I tried this but its not working.
    I have made the assumption that there is no explicit import step for the 'user defined' schema files (as it is for user data ldif files). I assume that on start (or on opening the console), I'd be able to see the new schema after the server has read the schema file.
    I have verified that entering new objectclasses and attributes from the console adds entries into the 99user.ldif file. So why is the reverse process not working. Can anybody throw some light on this? Also in case my assumptions are faulty, please let me know.
    I did not change the aci entries in the existing ldif file. Is any modification needed there? I was logged in as the Directory Manager during this testing process.
    regards
    Sikka ([email protected])

    Hi Sikka,
    The server reads its schema configuration on startup. If you manually modify the schema files while the server is running, it will not have any effect. You have to restart the server.
    The console adds the new schema elements over LDAP (you could do that as well, you only have to modify the cn=schema entry), so the server is aware of the changes immediately and thus restarting is not needed.
    I hope this helps.
    Bertold

  • I purchased the 9.99 monthly plan from iTunes to convert my resume from .doc to .pdf and it keeps telling me to purchase the upgrade I already bought. I look on my PC and it says I'm still a free customer and need to sign up annually for the pack. Bullshi

    I purchased the 9.99 monthly plan from iTunes to convert my resume from .doc to .pdf and it keeps telling me to purchase the upgrade I already bought. I look on my PC and it says I'm still a free customer and need to sign up annually for the pack. ********! What do I need to do

    If you purchased a subscription from Apple's iTunes store, you'll need to go to them to manage it:
    Manage your auto-renewing subscriptions - Apple Support

  • Why do u need a custom structure for creating a custom bapi

    Hi ,
    why do u need a custom structure for creating a custom bapi.

    Hi,
        Once any Bapi realeased the structures it is using freezed to this bapi, the structure becomes specific to this Bapi, we can not make any changes over there. That is why we need custom structure for creating a custom bapi.

  • HELP NEEDED: Use a new record for a customized table as a workflow trigger

    Hi SAP Workflow Gurus,
    Good day!
    One of our requirements is to have the creation of a new record in a custom database table trigger a workflow. I read and followed the steps as indicated in this link
    http://www.****************/Tutorials/Workflow/Table/events.htm
    As a summary, here is what I did:
    1. Created a subroutine for the custom table ZPA2003 for the create event
    2. Defined this event as a trigger for the custom workflow WS90000019
    3. Maintained and activated the event linkage via SWETYPV
    Basically I tried following the instructions indicated on the link
    Note that the entries for the custom table are created via a function module.
    Now during testing of the workflow, the system was able to complete the notification message. However, when I triggered the event via creation of the entry in the custom db table nothing happened
    1. Is there a way to debug/find out whether the link between the subroutine in the table and event itself are connected?
    2. I also tried running the event trace to check the activities executed but found nothing.
    Can you guys help me check on what I may have missed out?
    Regards,

    Hi All,
    Basically these are the requirements for the work schedule substitution:
    1. Employee enters the request via ESS (custom portal transaction)
    2. Upon saving of the entry (request) in a custom  table, this should trigger the workflow at the backend
    3. The Manager should then receive a work item in his Universal Worklist at the MSS side of the portal
    4. Upon clicking on the work item, a new screen will pop up showing the work schedule substitution details as well as an interface which will allow him to enter his/her usage decision
    5. Depending on the decision, the workflow must execute the necessary notifications as well as changes in the custom and PA2003 tables
    Now, we have accomplished step 1 and I am currently in the process for step 2. Now I have some queries:
    1. For the Manager to view and approve the substitution details, I used two methods for each process (view and approve) since our ABAPer mentioned that this cannot be done in 1 function module. Is there a way to simplify this step or is it really valid that they need to be executed in 2 different methods?
    2. As per our ABAPer, function Modules only import and export variables; they do not have the facility of say having tags on the details being displayed. Hence, if the details are 10001 (Employee Number), 10/20/2011 (Start Date), 10/25/2011 (End Date) the output would be 10001, 10/20/2011, 10/25/2011. Is there a way within the function module (or dynpro interface) to show it like this: Employee Number: 10001
                               Start Date: 10/20/2011
                               End Date: 10/25/2011
    3.  Speaking of dynpro applications, do I need to still develop one to allow the Manager to view and approve/reject the request via the MSS portal upon accessing the work item via the UWL? How would the work item go about calling the dynpro application? or is this even possible?
    It would have been easier if the facility would not pass through workflows since it will be just direct web dynpro/ABAP calls. Having to include it as a work item in the UWL puts a certain twist to it
    Your inputs are well-appreciated.
    Regards,

  • Do I need to set up anything for a hard drive with built-in disk encryption?

    I have a new lenovo x61 that has a hard drive with built in disk encryption.
    Do I need to activate the built-in encryption or is it automatic?
    Message Edited by Joshx61 on 12-20-2007 06:46 PM

    Re: link posted by RealBlackStuff - that article from 2006 is not talking about the drives with built-in full-disk encryption that are now an option on some thinkpads.
    Here's an article about the drives from when Hitachi (and Seagate) launched them just a few months ago:
    http://www.infoworld.com/article/07/08/30/35TC-drive-encryption_1.html
    Unfortunately, it doesn't provide as many details on the devices as I would like but it's a decent overview. (I still wish Lenovo would better document how to use the device and exactly what it protects against.)
    Message Edited by Joshx61 on 12-31-2007 09:48 AM

  • Customs Warehouse solution for South Africa?

    Hello Experts,
    Is it possible to implement Customs Warehouse solution for country South Africa?
    Is it possible to do it without development and from standard GTS10.0 product?
    Customer also needs to generate Customs duty drawback for all Imports and Exports from South Africa. Is it possible?
    If all of the answer is yes, can you please guide me where to look for and share documents/links if possible.
    Best,
    Ethan

    Hi Ethan,
    The CWH functionality is built around EU requirements, but probably the ZA requirements are very similar.  The problem will be in generating the associated Customs Declarations; there you will need development - either of the electronic messages or the traditional printed forms.  Neither of those are included in the standard GTS product.
    GTS supports IPR, but predominantly the "suspension" regime.  Drawback is not allowed in the EU these days, and GTS does not support it as standard.  It would be possible with non-standard developments, and the extent of those would somewhat depend on how the drawback is claimed.
    Regards,
    Dave

  • Advice desperately needed - is a MacBook right for me?

    Hi guys,
    I am a hardcore PC user, and know them and Windows inside out. However, I have had zero/nada/zilch experience with Macs. The closest I've been is moving around a cursor on a demo iMac many years ago.
    Which brings me to my current slightly complex situation. I'll try and get straight to the point, so please bear with me:
    - I have an Alesis MultiMix 8x Firewire audio mixing unit, which as you have probably guessed runs on a Firewire interface. I need it to be mobile for business use.
    - The Alesis works absolutely fine on my desktop PC, which has a built-in 6-pin Firewire port. My desktop PC, however, is not mobile. But when tested with my IBM laptop, the Alesis is very inconsistent and unreliable, with disconnections, audio dropouts and generally very fussy behaviour.
    - I do not have a built-in Firewire port on my laptop, but rather use a PCMCIA interface which has 6-pin Firewire inputs. However, in practice they may as well be four-pin Firewire ports because they do not shift power. To do this, I have to connect an AC/DC adapter to an auxillary jack on the PCMCIA card which will then deliver the requisite electricity. It is not elegant at all and the whole thing looks like a mess.
    - Research I have conducted has led me to believe that for many people with the Alesis unit, using it with a four-pin (or non-powered six) Firewire port can be a bit difficult. It seems that even though the Alesis is actively powered with it's own supply, the little power there is running through the cable makes some kind of difference.
    - As it stands I could make things work, but it really is a mess, especially physically with that little power cable going into the PCMCIA interface which could pop out at any time. And ss it happens, I need a new laptop for the business anyway.
    You see where I am going with this?
    Macs are the only laptops that I know of which come with built-in six-pin Firewire ports. They are therefore ideal given my circumstances. I think.
    Will I be able to run Windows XP natively on the new MacBook without any real issues? Specifically, I need the the Firewire port to work perfectly and for the whole thing to run stable. I also need it to be compatible with PC audio-editing software, like Cubase, Sonar and Adobe Audition. Any known issues?
    The other alternative I guess is to use the Alesis on the Mac OS, but I know nothing about the interface, so unfamiliarity breeds contempt in this case. I am sure that I will love it once I get used to it, as everyone says Windows is a clunky old dinosaur compared to it, but for the moment perhaps I will stick with Windows as learning time is not a luxury I have.
    So, over to you guys. Thanks so much for reading if you've kept up this far. What do you think? I am open to ANY suggestion, as I really don't know what I'm doing when it comes to Macs!
    Thanks a bunch

    Thanks for the input.
    I've just looked at the differences, and with the possible exception of hard-drive speed, there is nothing that I need for the business that the Pro offers. The purpose of the unit will be to record and multi-track four simultaneous speech streams. That's about it.
    Nothing particularly demanding for today's laptops, even the basic MacBook I would've thought.
    I'm in Malaysia, and customer service isn't really a strongpoint here, but in the interests of the Mac brand and converting PC users I may just see if the local resellers are happy to let me tinkle.
    Thanks a lot.

  • Custom authorization provider for WL7 problem (not getting all parameters from ContextHandler)

    I'm implementing a custom authorization provider for WebLogic 7.
    In my Access Decision isAccessAllowed method I need to check values of
    the parameters passed to an EJB method. Now, if an EJB method I have
    two parameters of the same type, for example int, when I get
    ContextElement array from ContextHandler and iterate through it to get
    names and values of the parameters I get the same value (value of the
    first int parameter) from both ContextElement's.
    Here is the code:
    String [] names = ch.getNames();
    for (int i = 0; i < names.length; i++)
    String name = names;
    System.out.println("name = " + name);//here it gets array of
    Strings, which contains two parameter names: "int","int",
    which are the types of EJB method parameters
    ContextElement[] ces= ch.getValues(names);
    for (int j = 0; j < ces.length; j++)
         ContextElement ce = ces[j];
         System.out.println(ce.getName()+ " = " + ce.getValue());
    //here if the value of the first int was 2 and the second 0,
    it would get 2 from both ContextElements (each of ContextElements will
    have name "int"
    If I try this with method parameters of different types, for example
    int with value 2 and long with value 0, then this code work fine -
    first ContextEleement has name int and value 2 and the second has name
    long and value 0.
    Thanks,
    -Oleg Kozlov.

    I'm implementing a custom authorization provider for WebLogic 7.
    In my Access Decision isAccessAllowed method I need to check values of
    the parameters passed to an EJB method. Now, if an EJB method I have
    two parameters of the same type, for example int, when I get
    ContextElement array from ContextHandler and iterate through it to get
    names and values of the parameters I get the same value (value of the
    first int parameter) from both ContextElement's.
    Here is the code:
    String [] names = ch.getNames();
    for (int i = 0; i < names.length; i++)
    String name = names;
    System.out.println("name = " + name);//here it gets array of
    Strings, which contains two parameter names: "int","int",
    which are the types of EJB method parameters
    ContextElement[] ces= ch.getValues(names);
    for (int j = 0; j < ces.length; j++)
         ContextElement ce = ces[j];
         System.out.println(ce.getName()+ " = " + ce.getValue());
    //here if the value of the first int was 2 and the second 0,
    it would get 2 from both ContextElements (each of ContextElements will
    have name "int"
    If I try this with method parameters of different types, for example
    int with value 2 and long with value 0, then this code work fine -
    first ContextEleement has name int and value 2 and the second has name
    long and value 0.
    Thanks,
    -Oleg Kozlov.

  • How can I use custom WLST commands for Oracle SOA Suite in Weblogic

    Hi There,
    I'm trying to view and search the weblogic log files using WLST on a Solaris/Unix system.
    I have come across this "custom WLST commands for Oracle SOA Suite" and thought of using the custom logging commands to get my task done.
    However, my WLST shell is not recognizing the commands and giving me the NameError!
    wls:/devDomain1/domainRuntime> listLogs()
    Traceback (innermost last):
    File "<console>", line 1, in ?
    NameError: listLogs
    I tried the commands listLogs, displayLogs, getLogLevel & setLogLevel but in vain!
    I have followed the instructions as per the oracle recommendation of using Custom WLST commands (http://docs.oracle.com/cd/E29597_01/core.1111/e10105/getstart.htm#ASADM10692) as below
    - Launched the WLST shell from Oracle Home.
    cd ORACLE_HOME/common/bin
    ./wlst.sh
    - Tried to run the listLogs command from domainRuntime()
    I would like to know if I need to import any additional libraries to run the custom WLST commands for Oracle SOA Suite in my WLST shell?
    I have only weblogic 10.3.1 server installed on my Solaris 10 machine on which I have deployed the OSB application software.
    There is no SOA Suite installed.
    Or is there any other way I can browse the Server Log file and get the list of log messages? Basically I would like to use this feature in my script to customize it according to my requirement of listing specific error logs which I can work it out if I know how to make these commands work.
    Please advise if this is possible and how?
    Cheers.
    Satish

    I have tried on my OSB installation (no SOA Suite here), the command listLogs() works (I was in online mode, after a connect), and the classpath is:
    CLASSPATH=/opt/oracle/fmw11_1_1_5/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/fw11_1_1_5/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/lib/jvm/java-1.6.0-sun-1.6.0.33.x6_64/lib/tools.jar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/fmw11_1_1_5/wlserver_10./server/lib/weblogic.jar:/opt/oracle/fmw11_1_1_5/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/fmw111_1_5/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/fmw11_1_1_5/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/optoracle/fmw11_1_1_5/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/opt/oracle/fmw11_1_1_5/oracle_common/moules/oracle.jrf_11.1.1/jrf-wlstman.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/lib/adfscripting.jar:/opt/oracl/fmw11_1_1_5/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/lb/mdswlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/auditwlst.jar:/opt/oracle/fmw11_1_1_5/oracle_cmmon/common/wlst/resources/igfwlsthelp.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/jps-wlst.jar:/optoracle/fmw11_1_1_5/oracle_common/common/wlst/resources/jrf-wlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/reources/oamap_help.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/opt/oracle/fmw111_1_5/oracle_common/common/wlst/resources/ossoiap_help.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/osoiap.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/opt/oracle/fmw11_1_1_5/oracle_comon/common/wlst/resources/sslconfigwlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/wsm-wlst.jar:/optoracle/fmw11_1_1_5/utils/config/10.3/config-launch.jar::/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/derby/lib/derbynet.ar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/derby/lib/derbyclient.jar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/drby/lib/derbytools.jar::
    The wlst.sh I have used is /opt/oracle/fmw11_1_1_5/osb/common/bin/wlst.sh
    I hope this can help

  • Error while uploading .xml file for Customer/Vendor List for Italy

    Hi All,
    We are facing problem while uploading the .xml file in DMEE transaction for the new Customer/Vendor List for Italy.
    We have followed the entire process given in the OSS Note(1090857).
    We have SAP 4.6c and followed the below steps:
    1. Created ID-FI-IT Development class
    2. Added domains
    3. Added Data elements
    4. Tried to upload the given .xml file and got any error saying ".xml file could not be interpreted".
    Also there is a .SAR file mentioned to upload if we receive any errors while uploading .xml file.
    Tried uploading the .SAR file also. STill we are recieving the same Error.
    Can any one of you help us out.
    Thanks in Advance.
    Ramesh

    Ok, we upload .SAR file in this way:
    1. unpack .SAR file with SAPCAR.EXE program. Yuo obtain 2 files
    R492445.P9C and K492445.P9C
    2. put K492445.P9C in directory \SAPMNT\TRANS\COFILES and put R492445.P9C in directory \SAPMNT\TRANS\DATA of your system (DEV, TST or PRD)
    3. Use Tx STMS. If You want create DMEE tree in DEV system, go to DEV import queue. Choose menu Extras | Other requests | Add. Insert P9CK492445 in Transp. request field.
    4. Import the request. This creates the DMEE tree. You don't need ti upload XML file after. You can see the DMEE tree created with Tx DMEE and inserting
    Tree type        UMS1            
    Format tree     IT_CUST_VEN_LIST
    5. after continue follow the note
    I hope this help you
    Roberto

  • Customer being punished for a bug in Verizon's System

    I have been a satisfied Verizon FiOS customer for over four years. I renewed my bundle with Verizon FiOS on 4/5/15. My statement on 5/3/15 reflected the agreement that I had made (104.99 for the bundle) and the services which I requested. I received my statement dated 6/3/15 and noted that there were changes which I did not recognize. It appears that on 5/12/15, my TV package was changed from Prime HD to Ultimate HD. I was surprised to see this as I have signed up for email notifications on my account. Whenever an order is made or changes are made to my account, I receive an email giving me a preview and then a follow up email confirming that the changes were made. These are very helpful and I always keep them archived for my records. I received no such emails regarding this change. I contacted Verizon Billing Support and they informed me that a change was made from my remote control. I asked how this was possible when I am the only one who knows the PIN and I did not make this change. They said I would have to talk to Tech support. The rep then told me that I had been grandfathered in with Prime and that it is now no longer available. Annoying, but whatever. I don't watch that much TV besides sports. She switched me to the comparative plan, which is Preferred. The issue is that is an additional $10 each month. She said she will look into this and get back to me on the price difference. She forwarded me to Tech support and working with them, we were able to determine that there is a bug in Verizon's software which does not ask for a PIN when changing a TV bundle. He said that this is a new discovery, thanked me for calling in, and said it will be fixed in the next software update. I just received an email from Verizon today which they acknowledge that while it was a bug in the software, I will have to pay an additional $10 each month now for the remainder of my two year contract. This is ridiculous in my opinion because as a parent, I had done my due diligence in setting up a PIN. What I imagine happened is that Verizon pushed out some pop ups on their guide like they do, the kids pressed "Ok", "Ok" and wala, I am out of my two year agreement price now and my bundle has changed. Why should the customer be punished for a flaw in their software?

    Hi gc118,
    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you. Please go to your profile page for the forum and look at the top of the middle column where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under "My Support Cases" you will find a link to the private board where you and the agent may exchange information. The title of your post is the link. This should be checked on a frequent basis, as the agent may be waiting for information from you before they can proceed with any actions. To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe". Please keep all correspondence regarding your issue in the private support portal.

  • What is the need of creating partner functions for sales document type.

    Hi SAP (SD-GURUS),
    Actually we create partner functions  before creating customer ex: sold to party, ship to party, bill to party, and payer.
    These partner functions are going to be copied into sales order while processing sales order.
    Again what is the need of creating partner functions for sales document type.
    Thanks&Regards
    sreenivas peruru

    There are some Partners you could enter at Sales ORder Level. E.g. Sales Person, Employee Responsible, Forwarding Agent, Broker, etc.
    Thus these partner Determination need to be carried out at Sales Order Level & not at Customer Master level.
    So we have to configure partner Determination for various levels e.g. Customer Master, Sales Order, Delivery level etc...
    Hope this helps...
    THanks,
    Jignesh Mehta

  • Issue in Adding Custom Status Defnition for a resource object

    Hi,
    We have installed OIM and patch it to 9.102. We have created one custom resource object (flat file connector) for reconciliation. As part of requirement we need to define three status for this resource object - Enabled, Suspended and Disabled. As Enabled and Disabled status are available OOTB, i have added 'Suspended' status under the Status Definition in resource object. Now the issue is that if we are passing reconcile user status to either Enabled or Disabled, the status is changing fine on Linked user resource object. But if the status passed as 'Suspended' the resource account status of linked user (OIM) is not changed.
    We have mapped the resource side Status attribute to OIM_OBJECT_STATUS under process definition. I also made the entry 'Suspended' in 'Lookup.Object Object Status' lookup to see if any help, but no luck.
    The 'Suspended' status is successfully added in OST table against the object key and on manually updating the status key against the resource object it is reflecting 'Suspended' status through admin console. User-->Resource Profile
    Does anyone have any clue if the requirement is correct (adding a custom object status) and so, where i am going wrong. Thanks in advance.

    A quick doubt..If i have written down a process task and calling this on completion of 'Reconciliation Update Received' and in this process task , a adapter is attached which is updating the resource account status (ost_status) on the basis of some custom attributes. This task is working fine and updating the status. But the issue is that once this task is complete, the mapping in Process definition (loginDisabled <MetaDirectory> --> OIM_OBJECT_STATUS) overrides the status.
    Per my understanding the flow is going like this-->
    1. Reconciliation run
    2. Event Linked
    3. Reconciliation Update Received
    4. Call The custom Task --> Update the OST Status
    5. Update the OST Status per the mapping OIM_OBJECT_STATUS.
    Is there any way we can implement that the status update in (5) occurs before (4) so that my custom task status can override the (5) as per my business requirement.

Maybe you are looking for

  • Error in upgrading SharePoint Server 2013 with SP1 : "Task upgradebootstrap has failed with an unknown exception"

    I has successfully setup new Dev ENV of SarePoint server 2013 in VMware with 2 servers running om OS: win server 2008 R2 Ent SP1, AD + Central Admin Application Server. After that the configuration of SharePoint App and WorkFlow Manager completed as

  • Zen V Plus - track seek times completely screwed

    When seeking within an audiobook track, the time index on screen will advance to whatever I command it, but the actual audio WILL NOT advance-- when I let go the joystick to resume playing, the audio picks up from right where I initially pressed the

  • PO Release for Total Value

    Hello, I want to set PO release strategy for TOTAL VALUE of PO, including tax amount. I have seen some threads here, and tried it in SAP but its not taking tax value. Any idea why its not taking tax value, any tips and tricks. Thanks, Anil

  • Searching Hierarchical tree using Find tree node

    In hierarchical tree using find_tree_node when i search the value it is taking the search value as a string and returns the node that of previous node value. for example Suppose when i am searching for node value 18 ,but it takes the some other node

  • You can't go back???!!!

    OK, so this is really irritating. If you don't like #8 and decide to go back to #7.7 (for instance), you are given the message: "The file 'iTunes Library' cannot be read because it was created by a newer version of iTunes." I guess that this means th