How to create a Dashboard Tab

Hi Experts,
I want to create a DASHBORAD tab ( " Subscriber" ) like " MY Dashboard" is in the mainpage of the Presentaion tab. 2 reports should be under the tab "Subscriber". Please guide how to do this? I am not getting where to do this in Administration settings.
Regards
Jan

Go to
1. Settings / Administration / Manage Interactive Dashboards
Here you create the dashboard
2. In Answers / Manage Catalog
you create the folder
3. on the dashboard / page options / edit dashboard / dashboard properties
you organise the user rights
Turalf

Similar Messages

  • How to create a new tab in CRMD_ORDER for custom fields

    Hi Expert,
    I have added custom fields in crmd_customer_ i through EEWB .
    Now i want to display the fields in a new tab in CRMD_ORDER.
    can you please guide me how to create a new Tab step by step procedure.
    Thanks & Regards,
    Avi

    Dear Avi,
    please be aware that crmd_order is no longer supported since crm2007 (6.00). That means EEWB is not the right tool to add customer fields because only WEBUI is supported. There you can use the AET tool to create own fields or tables via configuration.
    However please see note 1037748 where you get more information and help.
    Best regards
    Rene

  • How to create ajax based tabs ..??

    Hi all,
    How to create Ajax based Tabs (or Tab like) in a JSF page..?
    Any clues..?
    Thanks and regards,
    Jijo

    You need to write your own jsf component for this.

  • How to create a dashboard using xhtml code in the spreadsheet

    i have a 4.0 dashboard with xhtml code or parameters in the spreadsheet to drive the dashboard. I am tried to create a new dashboard by copying the code it did not work. i searched all the link nothing works. any idea?
    The sample code in the embedded spreadsheet looks like the one listed below:
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=
    how to create this kind of code to bind your BEx query to the excel spreadsheet to run the dashboard.
    Thanks
    York

    Hello Anirban,
    As we can't change the layout of Smartfrm dynamically we have to fix it.
    1. Just Create a table structure of 5 equal sized column.
    2. Now create a structure in TYPES
        TYPES : BEGIN OF i_table,
                        FIELD1(15) type c,
                        FIELD2(15) type c,
                        FIELD3(15) type c,
                        FIELD4(15) type c,
                        FIELD5(15) type c,
                     END OF i_table.
    3. Now create a table in "FORM INTERFACE"
    4. Display the same in your smartforms.
    Now in your Print program create the same table as above.
    1. Now you can move the first 5 fields data from your dynamic internal table to the interface table.
    2. You can add up a popup saying only first 5 fields can be displayed.
    Note : if the field length is bigger then you have to use a variable to cut out only first 15 character to put it into the interface table.
    Hope this hint helps you a bit to gather some knowledge for your requirement.
    Cheers,
    Suvendu

  • How to create a dashboard with multiple prompts ?????

    Dear All,
    I need to design a dashboard with multiple prompts, which has been desined from webi.
    Ex: i have a prompts of year,sales manager and promotions has prompts in webi report.
    I am trying to create a dashboard on top of this webi report; i am also using live office.
    how can i design this dashboard with mutiple prompts.
    any doc's are links which is related to this topic will be a great help.
    Thanks in advance.
    Regards,
    Suman

    Dear Praveen,
    Thanks for your suggestion; i hope we need some third party tool for multiple selection.
    But i need to know which kind selectors i can use from the components for multiple selection.
    question 1:
    Ex:
    I have prompt for year;
    scenario 1: i need to filter the year by 2001,2002,2003.
    or
    scenario 2: need to filter the year by only one year 2001.
    question 2:
    I have created a dashboard on top of webi report; but i have filter for the year in from to value's.
    Ex:
    Year is from 2001 - 2009.
    when i am enabling this prompt in xcelsius i cannot see from and to option; how should i design this one.
    Regards,
    Suman

  • How to create Customer data TAB in PO -ME23N

    Can anyone tell me how to add 'Customer data' TAB in the PO heade TABSTRIP. I have to add it in the header besides 'Status' TAB.
    I know an enhancement 'MM06E005' which is used for this purpose.
    Thanks
    SMS

    Hi
    see this sample doc and do it accordingly
    by creating a project in CMOD and assigning the Enhancment MM06E005  and writing the code in the respective screen
    How to implement screen exit for a SAP standard transaction
    Introduction
    SAP provides standard transactions to enter data into database. But a client may want to maintain some additional information in SAP other than what is provided.
    To make provisions for this, additional screens have to be provided and additional fields must be added into appropriate database table.
    To pave way for this, SAP has provided the option for screen exits. Usually, SAP provides the following:
    An append structure in the database table with the new fields.
    A subscreen area into the standard screen – where the programmer can attach his subscreen of his own program with the new fields.
    A function group under which the new subscreen has to be created with the new fields.
    Function exits to synchronize the PBO and PAI of the standard SAP program with the PBO and PAI of the subscreen – so that data can flow back and forth between the standard SAP program and the program written by the developer for the subscreen. These function modules also exist in the same function group under which the subscreen will have to be developed.
    Finally, a linkage has to be done between the subscreen area of standard SAP screen with the custom subscreen constructed by the developer.
    Typically, SAP provides an enhancement in which the developer can create an append structure, use the function exits to synchronize the PBO and PAI of the standard SAP program and the custom subscreen program, and make the necessary linking( as mentioned above in step 4. But, again, this is not a hard and fast rule. Linking in some case, is also done by configurations.) SAP also usually provides the name of the function group under which the subscreen has to be developed.
    Necessary guidance about implementing a screen exit development is usually available in the Documentation section of the enhancement ( can be availed by transaction SMOD).
    Pre-Requisites
    The developer to work on screen exit should have essential knowledge on the following:
    DDIC concepts, including the knowledge of append structure.
    Concept of SAP Enhancements and implementing them using Projects.
    Concept of function exits.
    Knowledge on Module Pool – including subscreens, Tabstrip controls etc.
    Steps
    Guidelines
    So, a developer can follow the guidelines mentioned below to implement a screen exit to a standard SAP transaction, as and when required:
    Find out the Required Enhancements
    Go to SMOD. Press F4 in the Enhancement field. In the next popup window, click pushbutton ‘SAP Applications’. A list will appear that contains information on all the enhancements, categorized under functional areas. Developer must search for the enhancements relevant to his functional area of interest – for e.g., Purchasing, Asset Accounting, etc.
    Note down the enhancements. Then, come to the initial screen of SMOD and view the documentation of each enhancement to find out which one is required for your development.
    Utilize the Enhancement in a Project
    After you have found one, do as directed in the documentation. Generally, the steps are as follows:
    Create a project using CMOD including your enhancement.
    Create the append structure with new fields.
    Go to the desired function group and create a subscreen with the new fields. Write PBO and PAI for the subscreen, if required.
    Use the function exits in the enhancement to link the PBO and PAI of the subscreen with that of the main SAP program supporting the SAP transaction.
    Maintain necessary linkage between the subscreen area of standard SAP program with the custom subscreen developed along with the custom program name. This can be done in the project (developed by CMOD including the enhancement) or outside as a part of configuration.
    Activate the project.
    Test to ensure that required functionality are met.
    Case Study 1
    Add three new custom fields for Asset master and maintain information for them
    Requirement
    Three fields in the legacy system have to be maintained in Asset master. These fields are:
    Original Asset number – 20 characters
    Location 2 – 15 Characters.
    Model no – 20 characters
    Location 2 should start with ‘L’.
    Pre-Analysis
    Finding out the Enhancement
    As described above, the enhancement is determined. It was found, that enhancement AIST0002 will serve the purpose. It contains the following components (can be viewed by transaction SMOD):
    Exit Type Description EXIT_SAPL1022_001 Function Exit Check of User-Defined Fields when Using Create and Change BAPI EXIT_SAPLAIST_002 Function Exit Transfer Data for User Subscreens in PBO. EXIT_SAPLAIST_003 Function Exit Transfer of User-Defined Fields to SAP Master Data Transactions CI_ANLU Customizing Include Include structure to add new fields
    Studying the Function Exits
    The function module level documentation for the function exits are then viewed from transaction SE37. The documentation clearly laid out for the purpose for their use:
    EXIT_SAPLAIST_002
    Function module Level Documentation
    This function module is called by asset master data maintenance at the start of the dialog. (When changing, it is called after reading of the data from the database; when creating it is called after the transfer of the default values from the asset class and reference asset.) The purpose of the function module is to enable this function group to recognize the master data. For interpreting or controlling master data fields that are important for user fields, it is possible to transfer to global variables at this point, so that they can be recognized when the user subscreens are processed.
    Import Parameters
    Understanding
    This function module is called at the PBO to pass the information retrieved from the database to pass them to the custom subscreen and its underlying program. Import parameter : I_ANLU will be populated with the values for user-defined fields which will be passed to the subscreen program. So, there must be some sort of variable assignment from I_ANLU.
    EXIT_SAPLAIST_003
    Function module Documentation: This function module is called by SAP asset master data maintenance after the screens are processed, but before saving. The purpose of the function module is to transfer fields entered on user sub-screens of SAP asset data maintenance to the database for updating. The export parameter for this function module is:
    Understanding
    This function module will be used to transfer the user entered data in the subscreen fields to the main SAP program, which will then be saved into the database.
    Studying the Documentation of the Enhancement
    The enhancement documentation (as is viewed from the initial screen of SMOD] also supports the idea. Moreover, it informs that we need to develop a subscreen under function group XAIS. This is the function group under which the two function exit modules also exist. So, if the custom subscreen refers to the global data of the function group XAIS, then those values will also be available to these function exits as well.
    Going to SE80 and viewing the function group XAIS helps us to inform that there are three DDIC tables declared for it:
    Deciding the Final course of Action
    After making all the investigations, the final course of action was determined.
    SrlNo Step Justification
    A project has to be created using transaction CMOD where the enhancement AIST0002 will be included.
    Customizing include CI_ANLU has to be created with the custom fields demanded When CI_ANLU will be developed, the custom fields will get appended to the database table ANLU. Also, these fields will be used to create screen fields in the new subscreen.
    A custom subscreen, say, 9000 will be developed under function group XAIS. The screen group for the screen will be ‘CUST’ (or any name). The three custom fields added to table ANLU (by creating CI_ANLU) will be used to create new fields in the screen.
    In the PAI of the subscreen, validation for Location to start with ‘L’ will be added. The subscreen with three new fields has to be developed so that it can be attached to a subscreen area of the asset master screens.
    In the custom include of the function exit module ‘EXIT_SAPLAIST_002’, the following code will be written:-
    ANLU = I_ANLU. I_ANLU is the import parameter of this FM. The value is assigned to the global variable ANLU, referring which the three new subscreen fields are developed. So, data retrieved from database table ANLU will be passed to this FM as I_ANLU by the standard SAP main program. The value will be taken and passed to the global variable of the function group XAIS, so that the three custom fields (referring to ANLU of XAIS) get populated.
    In the custom include of the function exit module ‘EXIT_SAPLAIST_003’, the following code will be written:-
    E_ANLU = ANLU. The changed values in the subscreen fields exist in global variable ANLU for the function group XAIS. This function exit module will pass the data back to the SAP main program as E_ANLU.
    Proper linkage/configuration has to be done so that the new subscreens get linked to the appropriate subscreen area of the Asset master screen. This has to be done – otherwise, the new custom subscreen will not be displayed in the Asset master screens.
    Development
    Creating a Project to include the enhancement
    Go to transaction CMOD and create a project.
    Enter a description for the project. Then, click on the pushbutton ‘Enhancement Assignments’ in the Application Toolbar.
    Enter the name of the enhancement and Save.
    Go to ‘Components’.
    Creating Custom Include for ANLU
    The screen shown below will appear, showing all the enhancement components under the assignment AIST0002. Double-click on the name of the Include Structure to create it.
    Create the include structure with three new fields, as required. Then, save and activate it.
    Develop the subscreen and the program
    Go to transaction SE80. For the function group XAIS, create a new subscreen 9000.
    Create it as subscreen.
    Then, go to the Layout of the screen and create three new fields from Database table ANLU.
    Drag the fields in the screen body and place them.
    Then, save and activate the screen and come back to screen flow editor.
    Create the PAI module to add validation for field “Location 2”, as required .
    Activate the whole function group and come out.
    Write code in the Function Exits to synchronize the programs
    Now, code has to be written in the function modules EXIT_SAPLAIST_002 and EXIT_SAPLAIST_003 so that data flows to and fro between the main SAP program and custom subscreen program. For that, go back to transaction CMOD and change the function exits.
    Write code in the function module EXIT_SAPLAIST_002 called once at the beginning of the transaction:
    Write code in EXIT_SAPLAIST_003 to pass the data from the subscreen to SAP main program.
    Then, activate everything – the whole project and come out.
    Complete the configuration to link the subscreen
    The development portion is complete. Now, linking of the subscreen has to be done with the subscreen area of the main program. In most of the cases, this linking can be done in the enhancement itself. But, here, requirement is a bit different. It is done by configuration using SPRO.
    Assets are created under Asset class. And for each asset class, there is a layout assigned to it. For a layout, there are multiple tab pages assigned to it. And, for each tab page, there are multiple screen groups/field groups assigned.
    Here, the requirement is to create these three custom fields in the tab page ‘General’ of asset master screen ( AS01/AS02/AS03/AS91).
    Determine the Layout
    To achieve this, first of all, we need to find out which layout is assigned to asset class 1000.For that, go to transaction AOLK( information has to be obtained from functional consultant).Select the Asset Class ‘1000’ and click on folder ‘General Assignment of Layout’.
    Here, for Asset class 1000, for all the user groups, tab layout SAP is assigned. Since layout ‘SAP’ cannot be changed, it has to be copied and manipulated to include our screen group. Later, the new layout has to be assigned over here.
    Create new tab layout
    Go to transaction AOLA. Copy the tab layout ‘SAP’ to create another layout, say, YSUB.
    System will copy all the settings and will inform you about that.
    Select your newly created layout and double-click on the folder ‘Tab page titles’.
    You want to put your custom fields in the tab page “General”. So, select this tab page entry and double-click on the folder "Position of Groups".
    Here, all the field groups currently residing in the tab-page “General” are shown. Add an entry for your newly created fields.
    Select the group box from the list. An entry will come with “U” padded with the custom subscreen prepared by you.
    Then, save and come out.
    Assign the new Layout to Asset Class
    Now, go to tcode AOLK and assign tab layout YSUB for asset class 1000.
    Save and come out.
    Test the Exit
    Everything is over. Now, go to transaction code AS01/02/03 or AS91 to deal with an asset of asset class 1000. You will see your new fields added to the screen. Add values to them…save. Then, enter into the tcodes again to see whether the values entered by you are being displayed or not.
    Original Source: ittoolbox.com
    Regards
    Anji

  • How to create a new tab inside a existing subtab on a page.

    Hi,
    How can I create a new tab inside a existing subtab on a page?
    If I change directly on the page.xml it will not maintain compatibility with upgrades. Am I right?
    Thanks,
    Marcelo

    Marcelo,
    Well basically you are adding a stackLayout bean and using that adding your region. Are you able to see the changes and run the page without any error?
    As you are manipulating the file manually, you can never be sure of whether its going to cause issues later on or not. And as mentioned earlier if OAF doesn't support creating the subtab using personalization, there are bound to be some limitations from the framework side. Also what personalization allows is to create items and not regions. So better stick to a rigorous testing to catch any issues early on.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to create custom adf tab in oim 11g for self service

    Hi all,
    I want to create a new tab in self service console by using out box code. Any suggestions please
    Thanking you

    Refer link below:
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/oim/oim_11g/customize_oim_ui_selfservice_tabs/customize_oim_ui_selfservice_tabs.htm
    regards,
    GP

  • How to create a new "tab" in the Library?

    Ok I know how to add, change and create playlists but I can't see how to do the to the library.
    My issue is... I have some music clips (mpeg4) which I've sync'd to my Ipod Video and are located in the "movies" tab (both in iTunes and on the iPod). I also have a heap of language lessons which are mpeg4 aswell, what this means is the too are put in the "movie" tab and therefore means my Thai lessons and music clips are all mixed in together.
    Is there anyway around this??
    Cheers for any advice,
    maro.
    MacBook Pro   Mac OS X (10.4.9)   iPod Video 80gb

    You can create ordinary or smart playlists which contain video. You can then access them from the playlist. On your iPod you have to go to the video section and then access the playlist.

  • How to create a new tab to a dialog box in Illustrator CS3 Plug-in?

    Hi,
    Im creating a dialog using Plugin in Visual Studio 2005. I need to add another dialog in tab.
    For example in the existing sample dialog another dialog Test has to be added.. How this can be done?
    Anyone guide me..

    It sounds like you're trying to get a floating panel dialog to dock with another one -- is that the case? If so, that's what I was trying to clarify earlier in the thread; there are tabs on modal dialogs, and there are tabbed docked panels, and they're two different things
    If you're trying to dock two panels, you're on the right track -- you can definitely use sADMDialogGroup->SetTabGroup(). It does require you to know the name of the dialog group you're adding it to though. Typically, you use this functionality to restore a panel to wherever it was when Illustrator was last running, and you use preferences to store the value in the meantime. If you're just trying to stick two dialogs together, you need to make sure of a few things:
    1) They're both using a dialog style from this list: kADMResizingFloatingDialogStyle, kADMFloatingDialogStyle or kADMTabbedFloatingDialogStyle.
    2) They have to both have their Tab Group set to the same string value.
    That should dock them together, but again, typically you just grab the tab group on shutdown and save it to preferences, then on load read it from preferences and set it on the dialog again. That way they get regrouped wherever they last were.

  • How to create a new tab on the left side of bcc home page

    Hi,
    I am trying to create inventory tab at the left side of bcc navigation.
    But I am facing these errors:
    Caused by: javax.servlet.ServletException: javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute "value" with value "${ac
    r occurred while getting property "activitySourceName" from an instance of class atg.bizui.activity.PortalActivitySource (java.util.MissingResourceException:
    WebAppResources, locale en_US).
    Please let me know how to resolve this.

    modify genericActivityDefinitionFiles attribute in /atg/commerce/web/CommerceActivitySource component to add your customized xml file. you can refer the following xml file:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!DOCTYPE generic-activities
    PUBLIC "-//Art Technology Group, Inc.//DTD General SQL Adapter//EN"
    "http://www.atg.com/dtds/activitymanager/activitymanager_1.0.dtd">
    <generic-activities>
    <activity>
    <id>RBImporter</id>
         <resource-bundle>com.resources.WebAppResources</resource-bundle>
    <display-name-resource>rbImporterDisplayName</display-name-resource>
    <description-resource>rbImporterDescription</description-resource>
    <destination-page>
    <url>/publishing/RBImporter/RBImportManager.jsp?project=</url>
    <clear-context>true</clear-context>
    <acl>Profile$role$epubAdmin:read;Profile$role$epubSuperAdmin:read;Profile$role$GlobalMerchandiser:read;</acl>
    </destination-page>
    </activity>
    </generic-activities>

  • How to create and use tabs for WD views

    Hi,
    I have created two views. A button click  from onw view leads to the second view and vice versa.
    I would like to add tabs to the two views, in a way that when pressing the button on the first view - the second one will open, and the tabs of both views will be seen, in a way that will enable me to navigate between the views using the tabs.
    Is this possible to do? or must I implement one view with a tab strips? (whcih means - rewriting the secod view into the first...)
    Thanks,
    Oren.

    Hi
    There is no need to use inbound outbound plugs and navigation links when you use Tab Strip
    You have a tab strip control in which you inserted two tabs
    each tab contains transparent container which intern contains ViewContainerUIElement, so your Outline looks like this
    TabStrip[TabStrip - Child]
    --Tab[Tab - Child]
    Tab_Content[TransparentContainer - Child]
    viewContainerUIElement[ViewContainerUIElement - Child ]
    Tab_header
    --Tab1[Tab - Child]
    Tab1_Content[TransaparentContainer - Child]
    viewContainerUIElement[ViewContainerUIElement - Child]
    Tab1_header
    So you have two ViewContainerUIElements in Two Tabs, you need not write any code to navigate if you select second tab second view is displayed and if you select first tab first view is displayed.
    Regards
    Abhimanyu L

  • How to create form or tabbed template and import excel data

    Hi there
    I am wanting to know how I can create a rather comprehensive template that will be copied a number of times on the same page but each time will include different data from an excel spreadsheet.
    The template will need to include quite a bit of layout and placement of text and images. The fields range from data type including names, phone number, email, prices, description and address.  See attached image below of what I am wanting to acheive.
    I'm just not quite sure how to set this up as a form/template in indesign and what the best and fastest way would be.
    There will be about 6-8 blocks to a page.
    Any ideas would greatly be appreciated.
    Thanks

    You need Data Merge
    OPENS VIDEO
    http://www.theindesigner.com/podcasts/tid43_theindesigner_43.mp4
    http://www.theindesigner.com/blog/episode-43-data-merge-video

  • How to create an invisible tab control

    In his excellent book, The LabVIEW Style Book, Peter Blume advocates the use of an "invisible tab control". His front panel, while consisting of a large tab control with several headings that can be clicked, shows absolutely no framing around those headings or around the control as a whole. I have not been able to do it. Except: just now, while clicking around with the color tool, I did it by accident. The entire frame of a "Modern" Tab Control vanished, leaving nothing but the page titles showing! But I don't know what I did, and I cannot do it again. Please, how do you do that?

    hi,
    in front panel -->  press "shift" and right click. and you will get color control.
    Then select the last option. that is brush.
    right click the object you want to make it invisible. then go to "T" in the top. then press "SPACE BAR" in your keyboard. then you can find the bottom of the pallet. there will be a big " T". Befor that there was 2. now only one. It means fore color ang back ground color. it will make the complete control. invisible.
    Check it out...
    <<Kudos are welcome>>
    ELECTRO SAM
    For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.
    - John 3:16

  • How to create a Cross Tab view

    hi all
    I have a table with records with this format:
    Year, Month, Id, Value
    2006, 01, 1, 10
    2006, 02, 1, 15
    2006 03, 1, 5
    2006, 01, 2, 6
    2008, 05, 1, 8
    What I need to do is a view that will select these records for a specific year and show a column per month and a total column for the whole year. Rows will be by ID and every cell will show values
    how can I do that?

    Something like...
    SQL> with t as (select 2006 as yr, 1 as mnth, 1 as id, 10 as val, 5 as daysusage from dual union all
      2             select 2006, 2, 1, 15, 2 from dual union all
      3             select 2006, 3, 1, 20, 1 from dual union all
      4             select 2006, 4, 1, 2, 1 from dual union all
      5             select 2007, 1, 1, 11, 7 from dual union all
      6             select 2007, 2, 1, 10, 7 from dual union all
      7             select 2007, 3, 1, 22, 6 from dual union all
      8             select 2007, 4, 1, 20, 10 from dual)
      9  -- ### END OF TEST DATA ###
    10  select yr, id
    11        ,max(decode(mnth, 1, val)) as m1_val
    12        ,max(decode(mnth, 1, daysusage)) as m1_days
    13        ,max(decode(mnth, 2, val)) as m2_val
    14        ,max(decode(mnth, 2, daysusage)) as m2_days
    15        ,max(decode(mnth, 3, val)) as m3_val
    16        ,max(decode(mnth, 3, daysusage)) as m3_days
    17        ,max(decode(mnth, 4, val)) as m4_val
    18        ,max(decode(mnth, 4, daysusage)) as m4_days
    19        ,sum(daysusage) as total
    20  from t
    21  group by yr, id
    22  order by yr, id
    23  /
            YR         ID     M1_VAL    M1_DAYS     M2_VAL    M2_DAYS     M3_VAL    M3_DAYS     M4_VAL    M4_DAYS      TOTAL
          2006          1         10          5         15          2         20          1          2       1             9
          2007          1         11          7         10          7         22          6         20      10            30
    SQL>

Maybe you are looking for

  • How to find out User Id Used in Debugging Mode

    Hi Gurus Could you plz advice . how find to  out  SAP user Id used to   delete  SAP table entries in Debugging Mode. Thanks Ravi

  • Process Order Settlement Rule by Order Type

    Hi Experts Our Client  a requirement to have Process Order Settlement by Order Type please let me know how it can be achieved In SAP  a Process Order Variance is settled via the following Combination in OBYC  :- 1 Chart of Accounts 2 Transaction PRD

  • Lead time for Item / Weekends

    Hi I am confused about the lead time to be entered for the item planning/MRP. Do I include weekends when entering lead times in Items master data or not? 2 weeks = 10 days or 14 days? In MRP I can select to respect Holidays. Does that also influence

  • Text justification using AEGP

    Is it possible to retrieve the text justification of a text layer using AEGP suites ? The jsx equivalent is var just = layer.property("ADBE Text Properties").property("ADBE Text Document").value.justification; Thanks

  • Max file size for Portal Upload

    Hi, Our portal is EP6 SP2 Patch 5. Our users try to upload 200 MB document and it is failing. Any one of you know what is the limiatation of the size.?? Any help would be a great help. Ravi