FIM export custom group's membership to ADDS

hi,
we currently facing a problem with group's membership management. 
We created our own resource type which represents a group, it has the same binding than native Group for group's management exept explicitMember and computedMember but we created a multivalued attribute for the members management. Moreover we have created
the mandatory MPR and so on... In ADDS we are able to create the group but we have a problem to populate the member attribute and the displayedOwner. All other parts are working. We don't have any error in the event log or in FIM.
What have we missed ?
Does anyone have an idea ?
Thanks 
Greg

Hi Greg,
I had the same error in the past. 
I think that your error is the user is not in the same connector space of your group object. Check and change it and after that, your provisionning will be works.
You wil find more details here: http://social.technet.microsoft.com/wiki/contents/articles/331.understanding-reference-attributes-processing-in-fim.aspx
Have a good day.
Joris
Joris Faure

Similar Messages

  • How to add the User in customized Group.

    Hi All,
         If we create any User in SAP Portal then that user is assigned to
    everyone group by default.Now i have one custom group,say 'ABC'.what i
    want is, which ever user is being created through SAP Portal should be
    added to this group.
    one way i think, is to create a webDynpro application which will add
    all the portal users to the customized group but the problem is how to
    run this appl.Continuously.
    regards,
    Mithileshwar

    Hi!
    I do the test here, try this:
    In group ABC, add Everyone role in Assigned Roles.
    In my case I’m using a role XXX in group Everyone and I configured all iViews for this role.
    Regards,
    Edson Thomaz

  • RFDOPR10 dynamic selection to add customer group field

    Hello,
    I am trying to add the customer group field in the dynamic selection
    option, when running the RFDOPR10 report. I don't seem to find the
    option to add the customer group field (KNVV-KDGRP). I tried looking in
    the config, but was not able find this report. I also looked for any
    OSS notes, but didn't find anything either.
    Can anyone please tell me if this possible to do? Thanks.
    Ahsan

    you have to update all the following routines in program RM07MLBD which load stock
    IF      BWBST = 'X'.
    *   select the valuated stocks
        PERFORM                  AKTUELLE_BST_BWBST.
      ELSEIF LGBST = 'X'.
    *   all own stock from storage locations or batches
        IF XCHAR = ' '.
          PERFORM                AKTUELLE_BST_LGBST_MARD.
        ELSEIF  XCHAR = 'X'.
          PERFORM                AKTUELLE_BST_LGBST_XCHAR.
        ENDIF.
      ELSEIF   SBBST = 'X'.
    *    special stocks
        CASE    SOBKZ.
          WHEN  'O'.
            PERFORM              AKTUELLE_BST_SBBST_O.
          WHEN  'V' OR  'W'.
            PERFORM              AKTUELLE_BST_SBBST_V_W.
          WHEN  'K' OR  'M'.
            PERFORM              AKTUELLE_BST_SBBST_K_M.
          WHEN  'Q'.
            PERFORM              AKTUELLE_BST_SBBST_Q.
          WHEN  'E'.
            PERFORM              AKTUELLE_BST_SBBST_E.
          WHEN  OTHERS.
    *       Angegebener Sonderbestand nicht vorhanden.
            MESSAGE S290.
            PERFORM              ANFORDERUNGSBILD.
        ENDCASE.
      ENDIF.
    But as material group is in MARA, you could fill a table from MARA using the SELECT-OPTIONS FOR MARA-MAKTL, then update the routine using a FOR ALL ENTRIES OF the result table (if not empty) (you could also use a JOIN with MARA)
    Regards

  • How to add  customer group(KNVV-KDGRP)in the  standard report?

    Dear  All,
    My customer requirment is that  Customer group (KNVV-KDGRP)wise  should be run  in  FBL5N report AND   Customer group should be shown in  FBL3N report.
    how to add  customer group in the  standard report?
    thanking you,
    regards,
    Rupang shah

    Hi,
    This is what I did for FBL5N with a developer because additional fields configuration does include certain tables.
    BTE1650  available for FBL5N and add a new field into one of those tables as an append structure and then use a BTE to populate the field for FBL5N.
    Hope that this helps
    Kind regards

  • Export AD group members to csv powershell with full details

    Hi,
    please help me...
    How to Export AD group members to csv powershell with full details
    fasil cv

    Yep, that's true. Even if we try:
    $GroupName = "group1"
    Get-ADGroupMember -Identity $GroupName | where { $_.objectClass -eq "user" } | % {
    Get-ADUser -Identity $_.distinguishedName -Properties * | select * |
    Export-Csv -Path "$GroupName.csv" -NoTypeInformation -Append -Force
    By scoping the Get-ADGroupMember to user objects, we may still have mismatched columns since some users may have properties that others do not; like 'isCriticalSystemObject'
    I suppose one solution is to enumerate the properties before the Export, and add the consistent ones to a custom PSObject, and export that to CSV. It would help if the task requirement specifies what user properties are needed instead of the blanket "full
    details", or if we export to XML instead of CSV.
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable) _________________________________________________________________________________
    Powershell: Learn it before it's an emergency http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspx
    Filtering the object type to just user objects is already implicit in Get-ADUser. If you really want information on all the members you'll need to run Get-ADUser on the user objects, and Get-ADGroup on the group objects.
    Edit: There might also be computer account objects in there, too.
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • Custom Groups in SmartView (for users of multiple forums pardon the dupe)

    It was suggested I add my inquiry out here too. Simply put, I am looking for whatever method is available in SmartView for the user to create a custom grouping - say of products - which they can name and then add to their reports, and then the report will function with that group? So if they drill on other dims - the group definition is retained? What I have found so far is that I can create a custom MDX with a group - and it works great - except my users probably cannot generate custom MDX... So what options do I have? V 9 or V 11 ideas would be great. I have had 4 people tell me they saw demo's by Oracle of someone doing exactly this - it appeared easy, slick, and they have no memory of how it was done. I appear to have missed that demo. If you are familiar with OBIEE - my users want BINS in Essbase SmartView.

    I think what you are referring to is the ability to create custom hierarchies and this is not available in Smart View. Users can leverage excel to do some of this but I am not sure you will get what you are looking for.

  • How to format data for a custom group

    Hi all
    I have a pivot table with Actual and Budget as columns and some accounts in the rows. Since I'm using the account hierarchical column, I created custom groups for the accounts using the Selection steps pane. For example, I created a new group called Profit to combine 3 different Profit accounts and display one Profit line.
    Now I want to format the data for the Profit group. I right-click on the Profit group, choose to edit the group and click on the Format button on the bottom left corner. I add some formatting, e.g. borders. When I now view the pivot table, borders have been applied to the label of the group - so the word Profit is now bordered. However, the values in the Actual and Budget columns do not have a border. Don't know what I'm missing, but I want both the group label and the values to be formatted the same way.
    How can I apply formatting to the data/values for the custom group?

    Yeah tried that already, it formats the entire column whereas I need just the values for the Profit row to be formatted. Seems it is a limitation only when using custom groups?

  • New field (Customer group 5) to be added to the Catalog for Pricing.

    Hello friends,
    For the creation of a new Condition table, I require the field, KNVV-KVGR5 i.e Customer group 5 field present in Sales area data ->Extras -> Additional data in Customer master to be added to the Catalog of allowed fields since this field does not exist anywhere.
    I have already gone thru the threads available on adding New field for Pricing which has an example/detailed explanation with the Item category (PSTYVV) field.
    But the field I want i.e KNVV-KVGR5, is a part of Master data, so please guide me with the steps to follow to add this field in the field catalog and hence use it for creation of a new condition table.
    1) Should i add this field in KOMP (i.e item) or KOMK ( i.e Header) or KOMG?
    2) Should i include it in KOMKAZ or KOMPAZ?
    3) Should i create this field as data element or structure and what should be the domain used?
    4) For the value flow, should i use the Item -level user-exits or Header level mentioned in other threads?
    Please guide for the same urgently.

    Dear Friends,
    I was finally able to create a new field for Cust.grp.5 i.e ZZKVGR5 and added to Catalog to be used for Pricing.
    Then i faced a peculiar issue as below:
    For the business requirement, we defined a new tax condition table for determination of tax rates. For this, we are using both standard and custom fields to derive the correct tax rates in sales/billing documents like below
    A859: Country/Distr. Chl/Cust.grp.5/Material (Here Customer.grp 5 was added following the SAP Note: 531835)
    The field was inserted in the communication structure KOMKAZ which is included in both KOMK and KOMP.
    During the document processing, the pricing analysis view shows no value in the customer grp 5 field, though it is maintained for the customer used in the sales order. The code has been written in MV45 and RV60 both as guided in SAP Note: 531835. But the values are not flowing.
    Solved the above problem as below:
    M posting the answer to help the community for similar issue.
    Also, the new field tat i had added was Customer Grp 5 field of Customer master ->Extras->Additional field and I wanted the value to flow in the ZZKVGR5 field before the Pricing for the sales order was called.
    After trying all, we have finally fetched the value from KNVV-KVGR5 and got it moved to ZZKVGR5 field through ABAP coding.
    After this when i select/click on Pricing for a particular item, it gets picked up correctly and properly.
    Thanks to everyone for their valuable guidance and help.
    Regards to all.

  • [Forum FAQ] How do I export each group data to separated Excel files in Reporting Services?

    Introduction
    There is a scenario that a report grouped by one field for some reasons, then the users want to export each group data to separated Excel files. By default, we can directly export only one file at a time on report server. Is there a way that we can split
    the report based on the group, then export each report to Excel file?
    Solution
    To achieve this requirement, we can add a parameter with the group values to filter the report based on the group, then create a data-driven subscription for the report which get File name and parameter from the group values.
    In the report, create a parameter named Name which use the Name field as Available Values (supposing the group grouped on Name field).
    Add a filter as below in the corresponding tablix:
    Expression: [Name]
    Operator: =
    Value: [@Name]
    Deploy the report. Then create a data-driven subscription with Windows File Share delivery extension for the report in Report Manager.
    During the data-driven subscription, in the step 3, specify a query that returns the Name field with the values as the group in the report.
    In the step 4 (Specify delivery extension settings for Report Server FileShare), below “File name”option, select “Get the value from the database”, then select Name field.
    Below ‘Render Format’ option, select Excel as the static value.
    In the step 5, we can configure parameter Name “Get the value from the database”, then select Name field. 
    Then specify the subscription execute only one time.
    References:
    Create a Data-Driven Subscription
    Windows File Share Delivery in Reporting Services
    Applies to
    Reporting Services 2005
    Reporting Services 2008
    Reporting Services 2008 R2
    Reporting Services 2012
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Thanks,
    Is this a supported scenario, or does it use unsupported features?
    For example, can we call exec [ReportServer].dbo.AddEvent @EventType='TimedSubscription', @EventData='b64ce7ec-d598-45cd-bbc2-ea202e0c129d'
    in a supported way?
    Thanks! Josh

  • Using Customized group name fields in Live Office

    Hello everybody,
    I've created a Crystal Reports based on a BEx Query and including a costcenter hierarchy. Now I want to add this report in Excel sheet via Live Office. I did this according to the official HowTos provided by Ingo Hilgefort. Now I've following issue. When I choose the data for the selected fields in Live Office, I could manage to insert the Live Office object into my report but the display of the cost center hierarchy nodes doesn't comply with the display in Crystal Reports. There I've defined a group with a customized group name field (costcenter.medium description) Live Office seems to use only the costcenter node ID.
    Crystal Report:
    Marketing und Vertrieb----
    63     63     63     63     0     0
    Vertrieb----
    54     54     54     54     0     0
    Vertrieb a----
    1     1     1     1     0     0
    Vertrieb a----
    3     3     3     3     0     0
    Vertrieb a----
    4     4     4     4     0     0
    Vertrieb a----
    2     2     2     2     0     0
    Vertrieb a----
    2     2     2     2     0     0
    Vertrieb a----
    3     3     3     3     0     0
    Vertrieb a----
    2     2     2     2     0     0
    Marketing----
    34     34     34     34     0     0
    Marketing a----
    3     3     3     3     0     0
    Live Office:
    1000H1.1000H1000.1000H1300----
    63      63     63     63     0     0
    1000H1.1000H1000.1000H1300.1000H1310----
    54      54     54     54     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3100-----1      1     1     1     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3105-----3      3     3     3     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3110-----4      4     4     4     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3120-----2      2     2     2     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3125-----2      2     2     2     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3130-----3      3     3     3     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3135-----2      2     2     2     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3140-----34      34     34     34     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3150-----3      3     3     3     0     0
    How can I use customized group name fields in Live Office?
    Thank you for helping me on my issue.
    Regards,
    Florian

    live office uses web services to authenticate (dswsbobje) which depends on a java app server for kerberos to be enabled to login with AD. Is Infoview working with AD? This would be required. I'm not sure about your other issues.
    Regards,
    Tim

  • Export Custom List into Excel through custom Ribbon

    Hi i have a requirement, in that i need to export custom list into EXCEL through custom Ribbon. For Example in my list, i have Col1, Col2, Col3. Col3 has multiple values (allow mutiple values) and when export this into excel all values in Col3 should
    come as new rows and rest of the column values should duplicate. please helpout from this requirement.
    List View
    Col1   Col2      Col3
    v1        v2    v31,v32,v33
    Excel View
    Col1  Col2  Col3
    v1      v2      v31
    v1      v2      v32
    v1      v2      v33
    Nihath

    Hello Nihath,
    As per your description, you have to read each and every items in list with column value then only you can generate excel. There is direct way to export datatable to excel but in your case you will also need to iterate Col3 value to create new row in excel.
    I would suggest to use CAML query to get all items then check Col3 value. If there are multiple value then add them as new datatable row and finally export full datatable to excel.
    Here is link for CAML:
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spquery.listitemcollectionposition.aspx
    Export datatable to excel:
    http://stackoverflow.com/questions/12533626/export-datatable-to-excel
    Finally add this feature in ribbon:
    http://ankurmadaan.blogspot.in/2012/10/custom-ribbon-action-for-specific-list.html
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Sales Analysis with Customer Group Name

    Hi,
    Just want to know whether anyone knows how to add the Customer Group Name in SAP Standard Sales Analysis Report?
    I have tried to add in Sales Analysis layout designer, but the value reflected is not correct. E.g. when my customer group criteria is Retail group, but the report layout printed out is Corporate group.
    In layout designer, my source type = database, table = card groups, column = group name. Thanks.
    Regards,
    MH

    I have checked that Sales Analysis Report by Customer - Monthly and by Invoices - by Individual Display should be ok to bring the right group name based on your selection if you put the new field in the right place. (source type = database, table = card groups, column = group name)
    Where do you create this field? What is your B1 version and PL?
    Thanks,
    Gordon

  • How to Create DI Discount Group for Customer Group?

    Hi All,
    i'm trying to create DiscountGroups for Type Customer Group in developtmnt side in sap b1. i already succed to create  Discount Group for Type Specific BP as you can see in the code i wroe below:
    di.BusinessPartners MyBP= GetBusinessObject (BoObjectTypes.oBusinessPartners) as di.BusinessPartners;
    MyBp.DiscountGroup.DiscountPercentage=20;
    but i don't succed to find the di object that give me the option to create DiscountGroup for Customer Group ( not for specific BP).
    i will very appriciate to get any help with it...
    Regards,
    Peer Shoval

    hello, maybe you could try with DI Server, if your installation allows
    that.
    try experimenting with
    -> EnhancedDiscountGroupsService Object
    SAPbobsCOM.EnhancedDiscountGroupsService dg_service = null;
                    SAPbobsCOM.EnhancedDiscountGroup dg = null;
                    SAPbobsCOM.EnhancedDiscountGroupCollectionParams collDGParams = null;
                    dg_service = (SAPbobsCOM.EnhancedDiscountGroupsService)((SAPbobsCOM.Company)Application.SBO_Application.Company.GetDICompany())
                                    .GetCompanyService().GetBusinessService(SAPbobsCOM.ServiceTypes.EnhancedDiscountGroupsService);
                    collDGParams = dg_service.GetList();
                    dg = (SAPbobsCOM.EnhancedDiscountGroup)dg_service.GetDataInterface(SAPbobsCOM.EnhancedDiscountGroupsServiceDataInterfaces.edgsEnhancedDiscountGroup);
                    dg.Type  = SAPbobsCOM.DiscountGroupTypeEnum.dgt_AllBPs;
                    dg.ValidFrom = DateTime.Now;
                    dg.ValidTo = DateTime.MaxValue;
                    dg.ObjectCode = "dontknow";
                    dg.DiscountRelations = SAPbobsCOM.DiscountGroupRelationsEnum.dgrAverageDiscount;
                    //dg.DiscountGroupLineCollection.Add() //etc
                    SAPbobsCOM.EnhancedDiscountGroupParams dg_param = dg_service.Add(dg);
                    log.DebugFormat("Added discount group  {0} - {1} - {2}", dg_param.AbsEntry, dg_param.ObjectCode , dg_param.Type);

  • CIN Details for Export Customer

    Dear Experts,
    We are having export sceneraio in our company.
    Everything is working fine wih configuration.
    But at the time outgoing excise invoice it is showing error that customer CIN details has to be maintained.
    My question is
    Does the foriegn customer will have CIN details - ECC no, Excise range, etc?
    Or do we have to just enter dummy no in the CIN tab for customer?

    Check whether Excise invoice type is selected or not in - Outgoing excise invoice details ( calcualtor icon in J1iin).
    Export customer will not have any CIN details.
    Path: IMG-Logistics General - tax on goods movements -India - Business transactions - Outgoing excise invoices - Maintain default excise group & series group wrt;
    Sales area + Shipping Point + Plant + Excise group + Series Group = Export ( B/ N / U)
    Regards,
    Reazuddin MD

  • [JS] Exporting InDesign group as eps

    Although all types of page items have an exportFile method in the object model, it does not seem to be possible to export a group of page items on a given page without exporting the entire
    parent page using the exportFile method. Maybe this is a matter of implementation lagging behind documentation? In any case, I have used workarounds such as the following, but is there is a less clunky way to accomplish this task?
    //Initial selection is either a group of page items or a single page item.
    var d = app.documents[0];
    var hUnits = d.viewPreferences.horizontalMeasurementUnits;
    var vUnits = d.viewPreferences.verticalMeasurementUnits;
    aGroup = app.selection[0];
    path = app.documents[0].fullName.absoluteURI;
    path = path.substring( 0, path.lastIndexOf('/') );
    bnds = aGroup.geometricBounds;
    var nd = app.documents.add(false);
    with ( nd.masterSpreads[0].pages[0].marginPreferences ) {
      top = bottom = left = right = 0;
    with ( nd.viewPreferences ) {
      horizontalMeasurementUnits = hUnits;
      verticalMeasurementUnits = vUnits;
    with ( nd.documentPreferences ) {
      pageHeight = bnds[2] - bnds[0];
      pageWidth = bnds[3] - bnds[1];
    var copiedGroup = aGroup.duplicate( nd.layers[0] );
    copiedGroup.move( [0,0] );
    copiedGroup.exportFile( ExportFormat.EPS_TYPE, File( path + '/' + 'TEST.eps' ), false );
    nd.close(SaveOptions.NO);

    Hello Uwe,
    Thanks for the advice! I took your suggestion, and I find it worked nicely, after I adjusted pasteboardMargin preferences in the new document, but it does fail when there are multiple eps images already placed on the target page for reasons that are not clear to me. Below are the two different methods I came up with, the first copies the targeted group to a new doc, and the second uses your double eps export method. The problem I describe occurs even when I comment out the lines that remove the temporary eps file and close the temporary InDesign doc after exporting the final eps, which I thought might be causing the problem. Maybe there's not a perfect workaround, but I'd be pleased to be proven wrong in that regard!
    Copy group selected for eps export to new document method:
    var d, hUnits, vUnits, aGroup, path, bnds, nd, copiedGroup, fileName, docPreset;
    if ( app.documents.count() != 1 || app.documents[0].saved != true || app.documents[0].selection.length != 1 ) { alert("A single, saved document must be open with a single item selected!\r"); exit(); }
    aGroup = app.selection[0];
    d = app.documents[0];
    hUnits = d.viewPreferences.horizontalMeasurementUnits;
    vUnits = d.viewPreferences.verticalMeasurementUnits;
    path = app.documents[0].fullName.absoluteURI;
    path = path.substring( 0, path.lastIndexOf('/') );
    bnds = aGroup.visibleBounds;
    fileName = prompt( "Enter a file name with a '.eps' extension for the eps file to be created from the  current selection:", ".eps" );
    if ( fileName == null  ) exit();
    if ( fileName.toLowerCase().search(/\.eps$/) < 1 ) {
      alert( "Invalid file name provided. Script will terminate!" ); exit();
    docPreset = app.documentPresets.add({top:0, bottom:0, left:0, right:0});
    app.scriptPreferences.enableRedraw = false;
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
    nd = app.documents.add(true, docPreset );
    with ( nd.viewPreferences ) {
      horizontalMeasurementUnits = hUnits;
      verticalMeasurementUnits = vUnits;
    with ( nd.documentPreferences ) {
      pageHeight = bnds[2] - bnds[0];
      pageWidth = bnds[3] - bnds[1];
    copiedGroup = aGroup.duplicate( nd.layers[0] );
    copiedGroup.move( [0,0] );
    copiedGroup.exportFile( ExportFormat.EPS_TYPE, File( path + '/' + fileName ), false );
    nd.close(SaveOptions.NO);
    docPreset.remove();
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;
    app.scriptPreferences.enableRedraw = true;
    Double eps export method:
    var d, pg, hUnits, vUnits, aGroup, path, bnds, pgbnds, nd, fileName, tempFileName, docPreset;
    if ( app.documents.count() < 1 || app.documents[0].saved != true || app.documents[0].selection.length != 1 ) { alert("A saved document must be open with a single group or a single page item selected!\r"); exit(); }
    aGroup = app.selection[0];
    d = app.documents[0];
    pg = aGroup.parentPage;
    pgbnds = pg.bounds;
    hUnits = d.viewPreferences.horizontalMeasurementUnits;
    vUnits = d.viewPreferences.verticalMeasurementUnits;
    path = app.documents[0].fullName.absoluteURI;
    path = path.substring( 0, path.lastIndexOf('/') );
    bnds = aGroup.visibleBounds;
    fileName = prompt( "Enter a file name with a '.eps' extension for the eps file to be created from the  current selection:", ".eps" );
    if ( fileName == null  ) exit();
    if ( fileName.toLowerCase().search(/\.eps$/) < 1 ) {
      alert( "Invalid file name provided. Script will terminate!" ); exit();
    tempFileName = Math.random().toString() + '.eps';
    app.epsExportPreferences.pageRange = pg.name;
    d.exportFile( ExportFormat.EPS_TYPE, File( path + '/' + tempFileName ), false );
    app.epsExportPreferences.pageRange = PageRange.ALL_PAGES;
    docPreset = app.documentPresets.add({top:0, bottom:0, left:0, right:0});
    app.scriptPreferences.enableRedraw = false;
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
    nd = app.documents.add(true, docPreset );
    nd.pasteboardPreferences.pasteboardMargins = [ (pgbnds[3] - pgbnds[1])*2, (pgbnds[3] - pgbnds[1])*2 ];
    with ( nd.viewPreferences ) {
      horizontalMeasurementUnits = hUnits;
      verticalMeasurementUnits = vUnits;
    with ( nd.documentPreferences ) {
      pageHeight = bnds[2] - bnds[0];
      pageWidth = bnds[3] - bnds[1];
    nd.pages[0].place( File(  path + '/' + tempFileName ), [ pgbnds[1] - bnds[1], pgbnds[0] - bnds[0] ], undefined, false, false );
    nd.exportFile( ExportFormat.EPS_TYPE, File( path + '/' + fileName ), false );
    nd.close(SaveOptions.NO);
    File(  path + '/' + tempFileName ).remove();
    docPreset.remove();
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;
    app.scriptPreferences.enableRedraw = true;

Maybe you are looking for

  • Any way to at a glance determine if the backup is done?

    Does anyone knows if there is an indicator that tell you if the last backup completed (without digging into the drive or going to system/prefference/TM to see when the next backup is scheduled? Would be nice if the ICON changed color or something.

  • Can't access a website at all...

    Hi. First - I was not sure where to post this, since the posting website I would've used for internet issues was the one I cannot access... so.... can anyone fully load http://www.dslreports.com/ ? If so, please report the time you were able to load

  • Call function defined in other class

    Hi.. I am new to Java programing . I want to know how to call a function defined in second class from first class. Please help me.

  • What is Adapter Metadata in Adapter Objects

    Hi All, Q1) What is Adapter Metadata in Adapter Objects in IR ?? Q2) What is Communication Channel Template ??? Wxplain me the Purposes Regards Vamsi

  • Updateable report with javascript calculation

    Hi all, I have an updateable report where the user fills in one column. I then need a simple multiplication based on the user filled in column and another column to populate into the final column. I have managed to do this using the following javascr