Business One 8.8 what is the DI property for Business Partner Active filed

I cannot find the property for the Active ( and Inactive) field
for the Business Partner for DI
The item I am talkign abouts is in the bottom lefthand corner of General Tab of Business Partner
for active the item number is  10002044
for Inactive it is 10002045
I need to set values for these using DI.
Does anyone know what this property is ( or do you know if it is supported with 8.8 )
I am on 8.8 Australian version SP00 PL12 planning to go PL14 soon.
Thanks very much.

Hello
Use the Frozen property to set the BP to Inactive, and you may use the FrozenFrom/FrozenTo dates to specify a date range. Please Note, the date cannot be cleared via DI API (there is no possibility to set it to NULL):
Regards
János

Similar Messages

  • JSF - Tomcat security...what is the best choice for a high activity site

    JSF - Tomcat security...what is the best choice for a high activity site
    The JDBCRealm is not multithreaded so what are options for high activity site??
    I would like to have Apache as front end doing load balancing, Tomcat as server and JSF.
    All ideals and suggestions please.
    Thanks
    Phil

    One more question.
    Since Tomcat has this setup.
    create table users (
    user_name varchar(15) not null primary key,
    user_pass varchar(15) not null
    create table user_roles (
    user_name varchar(15) not null,
    role_name varchar(15) not null,
    primary key (user_name, role_name)
    It seems like a huge pain to keep a user with every role. What happens when you have 500,000 users???
    Also, the authentications on every page....would it be easier to login once and setup a session bean check that on with the page header ??
    Thanks
    Phil

  • What is the "Count" property for Servlet in Console?

    Wondering what the "Count" property for Servlet means in the Console. Is it instances
    or current uses? In other words, if the number is >1 does this mean that the Servlet
    implements the single-threaded model?
    Thanks,
    -Daniel

    btw one of the nice things about java is if you can't find the answer
    in the API or you are not sure what the API is saying you can always
    look at the source for the class your are looking at. the source files
    are in a file called src.zip or src.jar depending on the version.
    anyway just to make sure i understood i looked at the properties method
    in question.
    public String getProperty(String key) {
         Object oval = super.get(key);
         String sval = (oval instanceof String) ? (String)oval : null;
         return ((sval == null) && (defaults != null)) ? defaults.getProperty(key) : sval;
        public String getProperty(String key, String defaultValue) {
         String val = getProperty(key);
         return (val == null) ? defaultValue : val;

  • What is the best way for my partner and I to share our work across computers?

    What is the best way for my business partner and I to share our work (projects, libraries, images) across computers without emailing items?  Is there creative cloud storage place we can share?

    Can't I just purchase the 200 GB storage, throw our photo library in it, share it with her, and have both of our new and future pics dumped into it?  If so, how do I do that?
    The iCloud Photo Library cannot be shared between users, unless you are using the same AppleID.
    You can share selected photos with shared albums:  iCloud: iCloud Photo Sharing FAQ
    Or create a Photos library on an external drive, that you both can access, as described here for iPhoto:   iPhoto: Sharing libraries among multiple users

  • What are the certification books for Business objects Xi developer certifi?

    Hi all,
    i am planning to take up business objects certifications Can anyone tell me the prescribes books for the certification? i am able to find out the exam codes from persaon vue but no the Prescribed books can anyone pls guide me on this!!
    Thanks
    Pooja

    Hi Pooja,
    I am also looking for Business Objects certification materials. but didn't find any where.
    If you find, please can you advice me on this.
    very appreciated on your help.
    Many Thanks
    Sree

  • What is the difference between E-Business suite and people soft enterprise

    hi every one
    I want know what is the difference between E-Business suite and people soft enterprise

    These are two different ERP systems - the former developed by Oracle and the latter by Peoplesoft (before it was acquired by Oracle).
    http://www.oracle.com/us/products/applications/ebusiness/018714.htm
    http://www.oracle.com/us/products/applications/peoplesoft-enterprise/018725.htm
    HTH
    Srini

  • What is the Learning Process for SAP Business ByDesign

    Hi Experts,
    What is the Learning Process for SAP Business ByDesign
    Prashant Kapoor

    HI prasanth,
    SAP-ByD always updated day to day. you can find here:
    https://my020062.sapbydesign.com/sap/ap/ui/repository/SAP_BYD_WEKTRA/CP/sapLSUIContentPlayerTestPage.html?manifest=067D03A7602B1D490899DF46B5082089&COMPONENT=A1S_PDI&RELEASE=260&LANGUAGE=en&REGION=&INDUSTRY=&TASK=CR_VIEW&sap-language=EN
    Note: do u want open the above link u might have a  .net framework4.0 bcz this one silverlight application.
    Best Regards,
    Harish.y

  • What is the difference between buffer busy waits and free buffer waits

    what is the difference between buffer busy waits events and free buffer waits in Oracle database?
    select *
    from
       v$system_event
    where
       event like ‘%wait%’;
    EVENT                       TOTAL_WAITS TOTAL_TIMEOUTS TIME_WAITED AVERAGE_WAIT
    buffer busy waits                636528           1557      549700   .863591232
    write complete waits               1193              0       14799   12.4048617
    free buffer waits                  1601              0         622   .388507183

    jetq wrote:
    Buffer busy waits occur when an Oracle session needs to access a block in the buffer cache, but cannot because the buffer copy of the data block is locked. This buffer busy wait condition can happen for either of the following reasons:
    * The block is being read into the buffer by another session, so the waiting session must wait for the block read to complete. If the OP is running 10g, that would be recorded as "read by other session" not "buffer busy waits" - and unfortunately he didn't tell us the version.
    * Another session has the buffer block locked in a mode that is incompatible with the waiting session's request.
    The Free Buffer Waits Oracle metric wait event indicates that a server process was unable to find a free buffer and has posted the database writer to make free buffers by writing out dirty buffers.
    There is another possibility - if the OP is using a keep and recycle pool: see http://jonathanlewis.wordpress.com/2006/11/21/free-buffer-waits/
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    To post code, statspack/AWR report, execution plans or trace files, start and end the section with the tag {noformat}{noformat} (lowercase, curly brackets, no spaces) so that the text appears in fixed format.
    "For every expert there is an equal and opposite expert"
    Arthur C. Clarke                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • The LCD for my macbook air model number MC965LL/A (purchased 2011) is broken , where  can I get new one and what is the part number for it ?

    The LCD for my macbook air model number MC965LL/A (purchased 2011) is broken , where  can I get new one and what is the part number for it ?

    You can find them at vendors like ifixit and instructions to install.
    http://www.ifixit.com/Mac-Parts/MacBook-Air-13%22-Mid-2011

  • What is the best practice for localization?One .rpt for all/each language?

    Hi All,
    I have a question :
    What is the best practice for localization?One .rpt for all language or one for each language? I
    Thanks for your response,
    jz

    Well, speaking of best practices, see the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]
    Step 2 Asking Your Question; Provide Enough Information
    Next, make sure you search these forums before posting. Your question may just be already answered, thus giving you quicker resolution. For example, these threads come up just searching for "localization":
    Multiple language support
    Crystal Reports localization issue
    English resource files
    Next, (assuming you are working with CR 2008), see the developer help files:
    http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_dg_12_en.chm
    http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_apiRef_12_en.chm
    https://www.sdn.sap.com/irj/boc/sdklibrary
    In the Crystal Reports 2008 .NET SDK developer Help file, search for "Localization".
    Ludek

  • What is the best practice for localization? One .rpt for all language

    Hi all,
    I have a question: what is the best practice for localization? One .rpt for all language or one .rpt for each language?
    Thanks for any response,
    Jz

    What would be best would depend on workflow.
    Sincerely,
    Ted Ueda

  • Could any one tell me what is the difference between swfloader and module loader?

    Hi  All,
                          Could any one tell me what is the difference between SWFLoader and Module Loader in Flex3 in detail?

    Hi,
    ModuleLoader is a kind of strange API that is really just intended to look like SwfLoader for modules that contain a single visual component, and hides most of the module loading infrastructure, which is all about class factories.
    What I mean by "only loaded once" is that if you have several places in the code that call the ModuleManager.getModule("url").load() call, it will only ever get loaded over the wire and interpreted once, subsequent "loads" will just re-dispatch pseudo-load events to the new client.  In other words, the class factory is a singleton for a given url. Unloading is a totally different story.  As you note, not everything is truly unloadable, because there may be lots of references to stuff in
    the module that will keep it alive and un-GC'ed.
    I suggest playing with the low-level API so that you understand the backing implementation, and this should help you understand the limits of ModuleLoader.
    The main difference between modules and applications is that modules have lower overhead, and they only ever get loaded once, no matter how many times you load them. If you're using the ModuleLoader API, keep in mind that you're losing about half the functionality of the module system.  I will assume that you are, because otherwise it would be obvious where to expose methods.  You might want to play around with the lower level ModuleManager API just to get a hang of what's going on - ModuleLoader is a pretty thin veneer over the lower API.                
                    Basically, what you want to do is to have your module implement an interface, say IModuleWhatever.
    Also try and refer to this link which was previously discussed in this forum..
    http://forums.adobe.com/message/74404
    Thanks,
    Bhasker

  • What's the best antivirus for mac???should i use one or not??

    what's the best antivirus for mac?? and also should i have one on my mac or not???

    salar ip wrote:
    what's the best antivirus for mac?? and also should i have one on my mac or not???
    Mac's use a Unix based operating system and other controls that make it hostile for viruses to thrive.
    However it's possible to carry Windows viruses to other Windows machines by a Mac, also there might be some corruption if your dealing with a lot of Windows files.
    So all you really need is a scanner to run when you need it, something like the free ClamXav is good.
    http://www.clamxav.com/
    Apple includes a anti-trojan/malicious program type anti-malware service built into all latest versions of OS X, it works and updates in the background.
    There has been many attempts at trying to "trojan" or trick Mac users into installing rogue software on web pages. If you see soemthing like this, best to just Force Quit the browser by clicking on the Finder and selecting Force Quit from the menu.
    A alternative browser like Firefox will offer more protection.
    If you run your typical day to day operations on a Mac in what's called "Standard User", with a separate Admin User account, you'll need to update your Apple Menu > Software Update and your Apple Menu > System Preferences > Security > toggle the "Automatically Update Safe Downloads List" check box on/off about once a week.
    Standard User provides more security restrictions, but is also designed not to intrude into those who are less capable use of the computer.
    Third party plugins for your browser like Flash and Silverlight (used on Netflix) require a once a week check for updates.
    Use a free service like the Mozilla browser check here:
    https://www.mozilla.com/en-US/plugincheck/
    Always back up your personal data and never install programs that your not 100% you trust the source of.
    If you have any questions or suspicions, simply ask the opinions of the more senior users here on this forum.
    Good advice is not to install any anti-virus like Norton that demands the operating system remain a consistent state. Apple changes things all the time, which breaks software like Norton or OS X itself when a Software Update occurs.
    There are two great free 3D games, simply search for: Nexiuz Classic and Cube 2 Sauerbraten.
    If this information helped you, please click "Helpful" or "Solved" thank you.
    Good Luck and enjoy your Mac.

  • I have too much music for one ipod.  What's the easiest way to sync half of my library on to one ipod and the other half to another?

    I have too much music for one ipod.  What's the easiest way to sync half of you library on to one ipod and the other half on to another?

    Make playlists and choose whatever playlists you want to sync

  • HT204053 We bought our daughter a iPad mini for christmas. Should we set her up her own apple ID or use the one we have. What is the best way for her for school?

    We bought our daughter an iPad Mini for Christmas. Should we create her own apple ID or use the one we currently have for her device as well? What is the best way for her school work?

    Her own ID.  You cannot transfer purchases between IDs so anything bought on your account will require your authorization should she need to download in the future.

Maybe you are looking for

  • Itunes 8 in Windows Vista

    Error itunes is running in compatibily mode. The icon on the computer went bigger. And I known is not. That happens when upgrade. The icon on the computer went bigger. Please help.

  • Tax computation in case of payment of salary arrears

    Hi Experts, I have a scenario wherein client wants that all the salary arrear that get's paid to employee in current financiial year should be taxed in the same year, can someone help me how to configure the same. Ex: Employee A - get's paid salary a

  • Can you use 2 airport expresses at the same time?

    I want to play my iTunes through my computer speakers and up to 2 airport expresses at the same time, to fill my house with music without having to blast it in any one room, but iTunes will only play on the computer's speakers or through the airport

  • PDF Plug-in for Firefox on Macintosh Commenting support

    When I bring up a file inside the plug in, all of the commenting tools are greyed out (on Acrobat X) or simply do not appear (Acrobat 9.3). Is there a trick to getting this to work or is it planned for Beta/Production release of the plug-in?

  • Microsoft Office 2004 Student and Teacher Edition

    Hi my dyslexia gets me into trouble and I think my Office appts won't work. I had techs from the computer store install Office but told them not to install Power Point (I think. I had looked for it in Finder and it didn't come up with it. I looked in