Setting Currency-rates with the SDK

Hi all...
Does anyone know how to set the currency-rates using the SDK (I have an online currency-rate source and wish via an addon to update all currency rates in SBO from this)

Hello Ramsus,
please you SBObob object for this purpose,
<b>SetCurrencyRate Method</b>
Sets the exchange rate for a specified date and currency in the company database
Public Sub SetCurrencyRate( _
   ByVal Currency As String, _
   ByVal Date As Date, _
   ByVal Value As Double, _
   Optional ByVal Update As Boolean = False _
<b>Parameters</b>
Currency - Specifies the target currency
Date - Specifies the date of the currency rate
Value - Specifies the rate of the target currency
Update - Specifies a value indicating whether or not to update the currency, if a value for the required date exists already
you can see example in <u>Currency Bob Sample</u> in SDK documentation
Regards, Avi

Similar Messages

  • Is anyone else having trouble setting up messages with the new mountain lion software? I keep getting a notification that i cant sign in and it is saying, check network connection and try again, but i have full wifi bars, thanks, Justin

    is anyone else having trouble setting up messages with the new mountain lion software? I keep getting a notification that i cant sign in and it is saying, check network connection and try again, but i have full wifi bars, thanks, Justin

    Install this to get X11 functionality back in 10.8
    http://xquartz.macosforge.org/landing/
    Worked great for me and others.
    Jerry

  • HT204291 My iPad 4 does not show up on my TV screen when in AirPlay mirroring mode using WiFi.  The iPad displays AirPlay set to TV with the Mirroring On (green).  My iPad IOS software is 8.2 and my Apple TV software is at 7.1.  The TV displays the Apple

    My iPad 4 does not show up on my TV screen when in AirPlay mirroring mode using WiFi.  The iPad displays AirPlay set to TV with the Mirroring On (green).
    My iPad IOS software is 8.2 and my Apple TV software is at 7.1.  The TV displays the Apple Menu.  The “Settings” does however displays the General menu allowing me to see:
    Apple software:          7.1 (7003)
    Apple TV:                   Model No. A1464, Part No. MD199B/A
    Signal Strength shows 5 circles.
    It does not display the iPad screen but when I use the BT Sport App I can hear the sound but there is no video.  I have searched the internet for a solution to no avail. The problem first arose when the IOS was at 8.1+ but it worked correctly briefly when I updated to IOS 8.2.  Can you help please?

    Welcome to the Apple Community.
    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
    Check AirPlay is turned on on the Apple TV (turn it off and on if it already is)
    Check that both devices are on the same network (Settings > Wifi, on the mobile device and Settings > General > Network, on the Apple TV).
    Restart the Apple TV (Settings > General > Restart).
    Restart the Apple TV by removing ALL the cables for 30 seconds.
    Restart your router. (Also try removing it’s power cord for at least 30 seconds)
    Restart your mobile device.
    If you are still having problems, the following article(s) may help you.
    Troubleshooting AirPlay
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings
    Wifi Diagnostic Software (for Mac users)
    You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.
    When making adjustments to your network for better optimisation, you may find some of the points mentioned on this page helpful.

  • HT204053 My wife and I each have an apple computer and an iPhone.  Setting them up with the iCloud put us on the same account.  I take a lot of photos on job sites and she takes her own photos we have to scan though each others photos to find our own.  Ho

    My wife and I each have an apple computer and an iPhone.  Setting them up with the iCloud put us on the same account.  I take a lot of photos on job sites and she takes her own photos we have to scan though each others photos to find our own.  How do I separate the accounts without one of us losing our own stuff?

    Decide which device will be changing accounts.  On that device, if you have any photos in photo stream that are not in your camera roll that you want to keep on the device, save them to the camera roll by opening the photo stream album in the thumbnail view, tapping Edit, then tap all the photos you want to save, tap Share and tap Save to Camera Roll. 
    Once this is done, go to Settings>iCloud, scroll to the bottom and tap Delete Account.  (This will only delete the account from this phone, not from iCloud.  The device(s) that will be keeping the account will not be effected by this.)  When prompted about what to do with the iCloud data, be sure to select Keep On My iDevice.  Next, set up a new iCloud account using a different Apple ID (if you don't have one, tap Get a Free Apple ID at the bottom).  Then turn iCloud data syncing back to On, and when prompted about merging with iCloud, choose Merge.  This will upload the data to the new account.
    Finally, to delete any data that you don't want in each account (such as deleting your wife's data from your account, and vice versa) you will have to go to icloud.com on your computer and sign into each iCloud account separately and manually delete it.

  • We just got 2 iPad air today and Set up both with the same Apple ID, now I'm getting messages and FaceTime for my 13 yr old daughter.  Do I have to create a different Apple ID for her?

    We just got 2 iPad air today and Set up both with the same Apple ID, now I'm getting FaceTime and messages for my 12 yr. old.  Do I have to set up a separate Apple ID  for her to avoid this?

    It's a trust issue. You can set them up so you don't receive each other's messages as long as you each have your own email address.
    The trust issue is the fact that either of you can change the separation at any time via Settings by checking the appropriate (inappropriate?) email address.
    To be absolutely sure you can never receive each other's messages will require two Apple IDs.

  • How do I remove an email account from iPhoto on an iMac? I set it up with the incorrect password and can no longer send photos, please help!

    "Removing email account from iPhoto"
    How do I remove an email account from iPhoto on an iMac? I set it up with the incorrect password and can no longer send photos, please help!

    To follow Larry's advice, select your email account in the list of accounts and click the "-" button to remove the account:

  • In Indesign CS6 I export an artboard to  TIFF with the sdk's funtion SnapshotUtilsEx- ExportImageToTIFF(iStream) and, the resulting file is one pixel too large in the X, leaving a transparent strip on one edge. Any idea if there is a bug in the sdk?

    In Indesign CS6 I export an artboard to  TIFF with the sdk's funtion SnapshotUtilsEx->ExportImageToTIFF(iStream) and, the resulting file is one pixel too large in the X, leaving a transparent strip on one edge. Any idea if there is a bug in the sdk?

    An easy example to prove this bug of Indesing CS6:  I create a psd with Photoshop CS6, with width 505 pixels, height 317 pixels and a resolution of 300 pixels per inch. This psd is placed on a page in InDesign CS6. Then I try to export it as a tiff with the functions:
    fSnapshotUtilsEx->Draw(flags,fullResolutionGraphics,greekBelowPtSize,enableAntiAliasing,tr ansparencyQuality,abortCheck,pVPAttrMap,bDrawNonPrintingObjects);
    and
    SnapshotUtilsEx-> ExportImageToTIFF (iStream)
    The resulting tiff has a width of 506 pixels (one pixel more in width). It will happen the same if we start with a width of 507 pixels, etc.
    This error does not occur with Indesign CS5, nor Indesing CC.

  • Can I import 2 sets of photos with the same file name numbers?

    I've inadvertantly not had my camera set to "continuous" for file names and now have 2 memory cards with 2 different sets of images with the same file names.
    Can I still import both into Lightroom 2 without problems?
    What are the consequences?
    Thanks
    Stuart

    Yes. Of course, two files with the same name cannot be in the same folder. And don't forget to uncheck Don't import suspected duplicates during import.
    Another thing is that's not a good idea for good asset management, because someday you'll make some mistake because of this ambiguity. Good DAM practices suggest renaming your files after or during import, so that each files has a unique name across your entire image archive.

  • Administering with the SDK

    Hi all,
    Do you know if it is possible to program with the SDK a basic webpage for administering users and folders? Any documentation?
    Regards,
    Bea

    Hi Bea,
    Yes you can do those things.
    documentation
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm
    goto
    BusinessObjects Enterprise SDK
       Java developer guide (if java)
           Tutorials    
               Client and Admin Desktop Tutorials
                   - How to manage user accounts
                   - How to manage user groups
                   - How to create a new folder in BusinessObjects Enterprise
             etc.....
    Above link is open of the best documentations.
    Thanks,
    Praveen.

  • So if I have my Canon 70D set to sync with the iPhone ...

    So if I have my Canon 70D set to sync with the iPhone, you're saying it also will sync with the iPad? What application would I have open on the iPad to accept the wifi transfer of photos, since there is no Canon remote app for the iPad?

    Hi...
    If you delete the backups it will not delete any content from their device, however the data will be removed from iCloud.
    It will also prevent the devices from backing up to iCloud in future, unless this is re-enabled.

  • HT2477 Just bought a Mac book and the set up is with the Voice over key commands,how do you switch this off as it is painfull to use and use the scroll pad

    Just bought a Mac book and the set up is with the Voice over key commands,how do you switch this off as it is painfull to use and use the scroll pad?

    It's the button (key) that is labelled Control.
    Each of the modifier keys and similar keys has its own symbol; this makes listing command keys easier to do. The Command key is usually the only key which has its symbol printed on the key. If you open Keyboard Viewer (in the Input menu, the one which displays the flag in the main menu bar), you can see what symbol refers to which key.

  • To anyone with the SDK and the skills required

    Now that we have the App Store, how long until someone makes an "Adblock" for iPod Safari, or even a version of Firefox (with extension computability) for iPod Touch?

    how long until someone makes an "Adblock" for iPod Safari
    Never. Because you can't make Safari Plugins with the SDK
    or even a version of Firefox (with extension computability)
    Why? Safari is a better browser, and Firefox would become unstable, bloated and a memory-hog with extensions.

  • Can you do that with the SDK?

    I have a question concerning the SDK. In a project, we want to automate some Editing-Functions and the "Premiere_SDK_Guide.pdf" leaves some questions:
    1) Is it possible to write a plugin, that read pathes from ressources (for example Images and Audio from an XML-file) and put these at specific places on the timeline?
    2) With video- and audio-transitions?
    Even if the above is not possible, than can you automatically:
    3) Set Chapter-Markers?
    4) Export to Encore or directly as a DVD?
    Thanks in advance,
    Hans

    Hi Hans,
    1) For this I would recommend you generate an FCP XML, which can be imported into Premiere Pro.  The SDK doesn't provide control over project items.
    2) You can see supported transitions and effects here: http://help.adobe.com/en_US/premierepro/cs/using/WSd9957a95a81082eb28f05af5126718c47be-800 0.html#WSd9957a95a81082eb28f05af5126718c47be-7ffd
    3) Markers in the FCP XML can't currently be imported directly as Encore Chapter markers, but once the markers are brought in, it is fairly simply to switch them from regular markers to Encore Chapter markers.  Bringing them in directly as Encore Chapter markers could be a good feature request, if you decide to use the FCP XML route - http://www.adobe.com/go/wish
    4) Triggering an Export to Encore is not something a plug-in or external application can do.  But by generating the FCP XML in advance, that should save a ton of time with the editing up front.
    Regards,
    Zac

  • Setting refresh rate with DisplayMode

    I'm having a problems setting the refresh rate of the DisplayMode, originally I used this method to create a display mode:
    DisplayMode(320, 240, 16, DisplayMode.REFRESH_RATE_UNKNOWN);This worked fine and ran my game at the above resolution, however I want the refresh rate to be 60hz so I tried this:
    DisplayMode(320, 240, 60);The game ran, but the resolution did not change and the game played in a little 320, 240, box in the top left corner of the screen leaving the rest of the screen white. This is the same problem I have when ever I try the GAGE shooter demo.
    Am I setting up the DisplayMode right, or is this a known bug.
    I've only tried this on my computer running winME and the SDK 1.4.2_01.
    Thanks.

    Hmm, I think I'm missing something here but I just looked at GraphicsDevice.java and as far as I can see it doesn't check for refresh rates.
         * Returns the current display mode of this
         * <code>GraphicsDevice</code>.
         * @return the current display mode of this graphics device.
         * @see #setDisplayMode(DisplayMode)
         * @since 1.4
        public DisplayMode getDisplayMode() {
            GraphicsConfiguration gc = getDefaultConfiguration();
            Rectangle r = gc.getBounds();
            ColorModel cm = gc.getColorModel();
            return new DisplayMode(r.width, r.height, cm.getPixelSize(), 0);//REFRESH_RATE_UNKNOWN = 0; ??
         * Returns all display modes available for this     
         * <code>GraphicsDevice</code>.
         * @return all of the display modes available for this graphics device.
         * @since 1.4
        public DisplayMode[] getDisplayModes() {
            return new DisplayMode[] { getDisplayMode() };
        }Or have I read this wrong?

  • Is it possible with the SDK?

    Is it possible to use the Illustrator's tools while making an extension/plug-in? What I mean is: Can I "take" the Illustrator Scissors to cut a path at some point/anchor? Can I "ask" Simplify tool to simplify some path with some parameters? Can I use Pathfinder to crop some object? etc.
    I look at the SDK/Scripting manual and I see no way to use the tools. I see objects and their properties. It is possible to do only basic operations like "move, reflect, change color". How about using the tools?!
    In my imagination the scripting/plug-in development should be similar to Actions creation, but more advanced. Like:
    1. Create a rectangle.
    2. Apply "round corners" effect.
    3. Crop with another rectangle.
    4. Duplicate.
    5. Move.
    6. Unite.
    7. Apply ZigZag effect.
    8. Simplify, 80%, ...
    And I am surprised to see that SDK does not have/show the way to use the standard/built-in tools.
    Please point me in the right direction. How to use the tools? Any sample source code?

    The ActionManagerSuite contains lots of useful stuff you may be able to use. Look through the header files in Adobe Illustrator CS6 SDK / illustratorapi / illustrator / actions /
    Particularly "AIObjectAction.h"
    A properly set up AIActionParamValueRef will allow you to use a lot of Illustrator core functionality that may not be available through the other Suites. The name of the action you want can be found in the action palette by creating an action and adding the function you want to use.
    It's been a while since I used this, but I think I got the enumerated value by watching the returned integer "value" in:
    ASErr ASAPI(* AIActionManagerSuite::AIActionGetEnumerated)(AIActionParamValueRef param, ActionParamKeyID key, char *name, ai::int32 *value) while stepping through in the debugger.
    This did a merge of selected art, I think. It may help get you started.
    AIActionParamValueRef
    crop_VPB = NULL;
    char
    crop_name[] = "Crop";
    AIErr
    result = kNoErr;
    result = sAIActionManager->AINewActionParamValue(&crop_VPB);
    result = sAIActionManager->AIActionSetEnumerated (crop_VPB, 'name', crop_name, 9);
    result = sAIActionManager->AIActionSetBoolean(crop_VPB, 'objt', true);
    result = sAIActionManager->AIActionSetBoolean(crop_VPB, 'fill', true);
    result = sAIActionManager->AIActionSetBoolean(crop_VPB, 'strk', true);
    result = sAIActionManager->AIActionSetBoolean(crop_VPB, 'smth', true);
    result = sAIActionManager->AIActionSetInteger(crop_VPB, 'step', 256);
    result = sAIActionManager->AIActionSetUnitReal(crop_VPB, 'thck', unitPoints, (AIReal).0072);
    result = sAIActionManager->AIActionSetUnitReal(crop_VPB, 'prec', unitPoints, (AIReal).0072);
    result = sAIActionManager->AIActionSetBoolean(crop_VPB, 'remv', true);
    result = sAIActionManager->AIActionSetBoolean(crop_VPB, 'extr', true);
    result = sAIActionManager->PlayActionEvent( "ai_plugin_pathfinder", kDialogNone, crop_VPB);
    if(crop_VPB != NULL) result = sAIActionManager->AIDeleteActionParamValue(crop_VPB);

Maybe you are looking for

  • Sale Order from Inbound IDOC

    I am testing creating Sale Order from inbound IDOC with WE19. Partn. number = AAA001 Partn. type = KU Partn.func = PY Message Type = ORDERS Process Code = ORDE I get message 51 "Error: Application document not posted" in IDOC status: VKORG, VTWEG, SP

  • Question in ABAP syntax, read & insert data from internal table, while loop

    Hi, SDN Fellow. I am from Java background and learnt ABAP, I don't usually write much ABAP code. I am trying to implement the following logic in a RFC now. I have one z-custom database table, the structure as the following: It has two columns, with t

  • How do i find how much storage i have used?

    Hey there, i am new to Apple. I have a MacBook Air. I dont know who to find out how much storage i have. on Windows you go to My Computer. Any help? thanks.

  • Mac air frozen

    Froze while I was multitasking. No cursor movement. Tries force quit but didn't work. So just did a shut down manually. Upon startup, logo was there but still no cursor movement. Shut it again, closed the screen. Upon starting, there is a grey/white

  • Views in MDM

    Dear MDM Experts, 1. how can I define views for user groups in MDM? As I saw usage of masks are not too good for this, because when new items come into the repository, the Catalog Manager should everytime renew the masks. Am I right? Can I define din