Assigning value of note from attacments and notes to process variable

Hi all,
I am trying to get hold of the notes and attachments for a process, and I would like to get the title and text of a note and assign it to a process variable. How can this be done?
I cant find anything on notes in the help menu only for attachments.
Thanks in advance
Sincerely
Kim

Hi Paul,
Are we talking about the same type of attachments and notes?
I am talking about the attachments and notes that you can add to a process (shown in Workbench under the user step - Attacments and Notes pane).
I have managed to process a form and pull out the attachments (in a list variable), this list variable I have set as the attachment list for the first user step in the process and this gives an extra tab in Workspace which shows me the attachments that were in the form just attached to the process user step and not the PDF.
I can also add more attachments if I want or even a note for the process if I want to.
I have found a way to access the attachments in livedocs:
Creating Processes > Designing human-centric processes > Document attributes for attachments and notes (I can not make a link, sorry)
but I have no documentation for how to access the notes (which has a title and a body).
The scenario I am trying to solve is actually quite simple, I want the user to be able to add his or her own note to a step (without adding a comment field on the form) and send out an email with that exact note as a part of the body.
Like: "Form is not properly filled" or "Contact me on phone number xxx xxxxxxxx for clearing out form number YYYY".
The point is that I cannot make a change to the form (it is legally bound to a specific design).
I hope you can understand what I am trying to do.
Sorry for the long post ;)
Sincerely
Kim

Similar Messages

  • Fund center reports Assigned values are not matching with ledger balances.

    Thanks for your Support. We have activated funds management in May-2009. And deactivated one or two times. Now the status is active.
    Now we are taking reports the assigned values are not matching with gl ledger balances.
    1. We need to update records for April- May.
    2. Records in between deactivated and activate time.
    Please suggest updating fund centers and commitments.
    Regards

    hi ELI
    i have checked the follwoing secnarios
    1. funds management deactivated.
    2. one document posted  with amount10000
    3. funds management activated.
    4. we have executed FMN0
    here no document is selected after execution.
    Please suggest what are the activities we need to do if i am wrong...
    Regards

  • Selective Deletion From Cube and ODS using Process chain

    Hi all,
    is there any way that i can include selective deletion in a process chain, there is no stand process types for selective deletion, I need to delete the closed items from cube and ods and i need to schedule this??? any ideas?
    Thanks,
    Shetty.

    Shetty,
    You can delete Data from this using One custom Program. You need to use either RSDRD_SEL_DELETION(function module ) or RSDRD_BUILD_REPORT_FOR_BATCH(Function Module). there is a parameter in above  functioen modules I_THX_SEL which needs to be populated using selections.
    or
    You need to schedule the Background job from Manage screen on Monthly Basis(Provided that selection should be fixed in every month).
    I will update the thread with psudo code.
    all the best.
    Regards,
    Nagesh Ganisetti.
    Message was edited by:
            Nagesh Ganisetti

  • Change the value of column from select and insert different

    Hi All,
    I have written a procedure where i am selecting values from some table and inserting in a new table. The code is below
    If you see the line 54 in code, you will find the combined_bu_code is is coming from one procedure and the value of BU is stored in prod.SEM_BACKLOG_LOG table. I have to check, if the combined_bu_code is coming as PWR then insert as POWER in BACKLOG_OTD_NEW table not as PWR.
    Looking for a help on this. Thanks in advance
    Regards
    Edited by: User_Apex on Jun 23, 2011 3:03 AM
    Edited by: User_Apex on Jun 23, 2011 3:53 AM

    Hi Martin,
    sorry i wrote wrong at that time
    If you see my code you will find alias of prod.SEM_BACKLOG_LOG is 'a' not 'b' and BU is coming from 'a'
    I just want a if startement to be written in this column "SMTC_OTD_CHART.get_combined_bu_code (a.BU)COMBINED_BU_CODE" that if the a.BU is PWR insert as POWER in the BACKLOG_OTD_NEW table
    Regards
    Edited by: User_Apex on Jun 23, 2011 3:02 AM

  • PageCount from generatePDFOutput and hostname in process

    Hey,
    I'm working on a project where I have to add some custom logging to a livecycle ES process.
    The process is short-lived and uses an xml with data to generate a pdf (generatePDFOutput) and optionally e-mail, print or fax the pdf.
    I would like to know whether it's is possible to obtain the hostname of the livecycle server from the process (using execute script?), because we want to see which livecycle server is used the most (2 livecycle server behind a loadbalancer).
    And I would like to know how I can get the number of pages that the generated pdf contains. I already googled and found the method getPageCount() in the FormsResult, but I need to use the generatePDFOutput method, so I don't have a FormsResult.
    Is it still possible to get a pageCount?
    Regards
    Steven

    Ok, I reverted the "render at client" option and get my error:
    2010-09-16 14:21:28,443 INFO  [com.adobe.internal.ddxm.Executive] DDXM_N00000: Started processing result named doc2
    2010-09-16 14:21:28,459 INFO  [com.adobe.internal.ddxm.Executive] DDXM_N00001: Successful assembly of result named doc2
    2010-09-16 14:21:28,475 INFO  [com.adobe.internal.ddxm.Executive] DDXM_N00000: Started processing result named out-docinfo.xml
    2010-09-16 14:21:28,506 ERROR [com.adobe.internal.ddxm.Executive] DDXM_S00001: Failed to assemble result named out-docinfo.xml
    java.lang.NullPointerException
        at com.adobe.internal.pdfm.forms.FormUtils.isAcroform(FormUtils.java:72)
        at com.adobe.internal.pdfm.query.DocInfoServiceImpl.getFormType(DocInfoServiceImpl.java:376)
        at com.adobe.internal.ddxm.task.query.GetDocInfo.execute(GetDocInfo.java:113)
        at com.adobe.internal.ddxm.ddx.Node.postExecute(Node.java:384)
        at com.adobe.internal.ddxm.Executive.execute(Executive.java:252)
        at com.adobe.internal.ddxm.Executive.execute(Executive.java:192)
        at com.adobe.livecycle.assembler.AssemblerServiceImpl.execute(AssemblerServiceImpl.java:408)
        at com.adobe.livecycle.assembler.AssemblerServiceImpl.invokeDDX(AssemblerServiceImpl.java:290)
        at sun.reflect.GeneratedMethodAccessor732.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:181)
        at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:134)
    It goes on like that, but doesn't tell me what caused the error.
    Regards

  • How to assign Values to nested table and pass as parameter to procedure?

    How to assign Values to nested table and pass as parameter to procedure?
    Below is the Object and its type
    create or replace type test_object1 as object
    val1 varchar2(50),
    val2 varchar2(50),
         val3 varchar2(50)
    create or replace type test_type1 is table of test_object1;
    create or replace type test_object2 as object
    val1 varchar2(50),
    val2 varchar2(50),
         val3 varchar2(50)
    create or replace type test_type2 is table of test_object2;
    GRANT ALL ON test_object1 TO PUBLIC;
    GRANT ALL ON test_type1 TO PUBLIC;
    GRANT ALL ON test_object2 TO PUBLIC;
    GRANT ALL ON test_type2 TO PUBLIC;
    here is the table made of object type:
    create table test_object_tpe
    sl_num NUMBER,
    description VARCHAR2(100),
    main_val1 test_type1,
    main_val2 test_type2
    NESTED TABLE main_val1 STORE AS tot1
    NESTED TABLE main_val2 STORE AS tot2;
    here is the procedure which inserts values into nested table:
    PROCEDURE INSERT_TEST_DATA(sl_num IN NUMBER,
    description IN VARCHAR2,
    p_main_val1 IN test_type1,
    p_main_val2 IN test_type2
    IS
    BEGIN
    FOR rec in p_main_val1.first..p_main_val1.last
    LOOP
    INSERT INTO xxdl.test_object_tpe
    sl_num,
    description,
    main_val1,
    main_val2
    VALUES
    sl_num
    ,description
    ,test_type1 (test_object1(
    p_main_val1(rec).val1,
                                       p_main_val1(rec).val2,
    p_main_val1(rec).val3
    ,test_type2 (test_object2( p_main_val2(rec).val1,
                        p_main_val2(rec).val2,
                        p_main_val2(rec).val3
    END LOOP;
    commit;
    END INSERT_TEST_DATA;
    here is the anonymoys block which assigns values to the object type and pass values into the procedure:
    set serveroutput on;
    declare
    p_sl_num NUMBER := 1001;
    p_description VARCHAR2(50) := 'Testing Val1';
    inval1 test_type1 := test_type1();
    inval2 test_type2 := test_type2();
    begin
    inval1(1).val1 := 'testx1';
    inval1(1).val2 := 'testx2';
    inval1(1).val3 := 'testx3';
    inval2(1).val1 := 'testy1';
    inval2(1).val2 := 'testy2';
    inval2(1).val3 := 'testy3';
    CSI_PKG.INSERT_TEST_DATA(sl_num => p_sl_num,
    description => p_description,
    p_main_val1 => inval1,
    p_main_val2 => inval2
    end;
    Can anybody correct me.
    Thanks,
    Lavan

    Thanks for posting the DDL and sample code but whenever you post provide your 4 digit Oracle version (result of SELECT * FROM V$VERSION).
    >
    How to assign Values to nested table and pass as parameter to procedure?
    >
    Well you are doing almost everything wrong that could be done wrong.
    Here is code that works to insert data into your table (the procedure isn't even needed).
    declare
    p_sl_num NUMBER := 1001;
    p_description VARCHAR2(50) := 'Testing Val1';
    inval1 test_type1 := test_type1();
    inval2 test_type2 := test_type2();
    begin
    inval1.extend();
    inval1(1) := test_object1('testx1', 'testx2', 'testx3');
    inval2.extend();
    inval2(1) := test_object2('testy1', 'testy2', 'testy3');
    INSERT INTO test_object_tpe
    sl_num,
    description,
    main_val1,
    main_val2
    VALUES
    (p_sl_num, p_description, inval1, inval2);
    commit;
    end;
    /See Example 5-15 Referencing a Nested Table Element in Chap 5 Using PL/SQL Collections and Records in the PL/SQL doc
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/collections.htm#CJABEBEA
    1. You don't even need the procedure since all it does is a simple INSERT into the table which you can do directly (see my code above)
    inval1(1).val1 := 'testx1';There is no element one (1) of 'inval1' since you haven't created any elements yet. You need to EXTEND the collection to add an element
    inval1.extend();And then there is an empty element but 'inval1' is a container for objects of type 'test_object1' not for scalars like 'val1', 'val2', and 'val3'.
    So you can't do
    inval1(1).val1 := 'testx1';You have to create an instance of 'test_object1'
    inval1(1) := test_object1('testx1', 'testx2', 'testx3');And so on for the other collection
    You don't need the procedure (as my sample code shows) but once you populate the variables properly it will work.

  • Avaialability control is checked only if the assigned value is increased in PO

    We are using former budgeting. We have have made the following setting. Warning message for AVC at Purchase requisition level and error message for AVC at PO and all other transaction groups. System is not issuing error message when the budget is exceeded in PO.
    eg: Budget 1000
    Purchase requisition created for 1100. Warning message at this stage is issued.
    Purchase order created against this PR for 1100. I expect the system to issue error message. However, no messages are issued.
    I would like to make the system messages error for processes starting from PO onwards like GR, SES, Invoice etc.
    I understand this is the standard behaviour of SAP since the fund is already reserved at PR stage and as long as the assigned value does not increase from the PR value. However, we would like to issue error message at PO stage even if there is not change in the assigned value if the commitment exceeds the budget.
    Thanks for your help.
    regards
    Raghuveer Kamath

    Hi,
    With BCS, you have a possiblity to issue a message, when a ledger is defined with so-called 'strict' logic. Otherwise, in former, if there is no decrease in consumable budget (and in your case there is none), AVC check is not triggered.
    Regards,
    Eli

  • Assigned Value Roll Up

    The assigned value did not roll up to the top WBS element.
    The assigned value showing for 2nd and 3rd level wbs but not rolling up to 1st level.
    The user did CJBW,CJBV,CJEN and CJBN no result.
    PLs Guide

    Dear John,
    As per your requirement,
    first carryout the following checks,
    have you activated and configured the system correctly,
    have you checked that the budgeting carried out is totalled up,if yes then at what levels are there multiple 1st level WBS elements.
    then check the parent WBS element,if the Budgeting is carried out at the 2nd level WBS element or 3rd level WBS element then there is a possibility that your assigned value is not totalled up,it shall be restricted upto level at which budgeting is carried out
    also please go through the post with assigned values
    Assigned value is different in different reports

  • Performance differce calling Procedure from sqlplus and Java

    Hi ,
    I have one procedure which is called from java application and its called only once from java and the entire process is running from procedure itself.Once its called there is no dependency from java to PL/SQL.Its taking long time from java.But if I execute the same procedure from SQL plus then its running in seconds.Also only one session is running in entire database.
    My Oracle version 11g.
    Please guide me if you get some thing based on below session event.
    This is the session status for running from SQL plus
    SID     EVENT                    TOTAL_WAITS          TOTAL_TIMEOUTS     TIME_WAITED     WAIT_CLASS
    2191     SQL*Net message from client     954                              0                    1319633          Idle
    2191     direct path read                    860                              0                    702               User I/O
    2191     db file sequential read               2605                         0                    550               User I/O
    2191     SQL*Net break/reset to client     24                              0                    460               Application
    2191     SQL*Net more data from client     3                              0                    159               Network
    2191     direct path write temp               214                              0                    74               User I/O
    2191     direct path read temp               314                              0                    67               User I/O
    2191     db file scattered read               78                              0                    42               User I/O
    2191     db file parallel read               71                              0                    21               User I/O
    2191     log file sync                         36                              0                    12               Commit
    2191     SQL*Net message to client          955                              0                    0               Network
    2191     Disk file operations I/O          8                              0                    0               User I/O
    2191     events in waitclass Other          15                              7                    0               Other
    This is the session status for running from Java
    SID     EVENT     TOTAL_WAITS     TIME_WAITED     WAIT_CLASS
    1718     SQL*Net message from client     21208     7046039     Idle
    1718     direct path read     2742     2327     User I/O
    1718     log file sync     3748     1121     Commit
    1718     db file sequential read     1533     1082     User I/O
    1718     enq: TX - row lock contention     6     423     Application
    1718     buffer busy waits     1     100     Concurrency
    1718     log buffer space     1     30     Configuration
    1718     direct path write temp     92     21     User I/O
    1718     direct path read temp     138     16     User I/O
    1718     log file switch (private strand flush incomplete)     6     16     Configuration
    1718     SQL*Net message to client     21209     2     Network
    1718     db file scattered read     2     1     User I/O
    1718     SQL*Net more data from client     17     0     Network
    1718     Disk file operations I/O     11     0     User I/O
    1718     SQL*Net more data to client     1     0     Network
    1718     events in waitclass Other     15     0     Other
    Sorry I am not able to paste in proper alignment for my plain text.

    Hi,
    you need to find which SQL is running slower, using some tools as dbms_profiler, dbms_hprof, ASH, extended SQL trace and real-time SQL monitor (caution: some of the tools may require Diagnostic Pack License).
    Then you need to pinpoint difference in the plans and understand its origin -- post plans here if you need help with that (use tags to preserve formatting).
    Best regards,
      Nikolay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Entry not getting processed

    I have an Non recurrening Multiple Entries allowed element to an assignment which is not getting processed when i run payroll.
    Please help
    Thanks

    This is to ensure that results generated by the future payroll runs are correct. Lets take a simple eg.
    You have a pension element which would be 10% of Gross Pay_YTD.
    Run Payroll for Jan (Gross Pay) = 1000 -> Pension = 100 (10% of 1000).
    Run Payroll for Mar (Gross Pay) = 1000 -> Pension = 200 (10% of 2000).
    Run Payroll for Feb (Gross Pay) = 1000 -> Pension = 200 (10% of 2000 as _YTD of Feb does not account  March figures).
    In the above case the Payroll Run results generated by March would be incorrect.
    So once you run Payroll for March, you can not run payroll for Feb. If you require any additional payments to be made in Feb (after Payroll for Feb and March are processed), you can run Retropay to bring forward the entries to next Open pay period.

  • Capabilities.language for variants of the same language (i.e: Portuguese from Portugal and Brazil)

    According to the documentation, Capabilities.language has a fixed list of possible values, as shown here:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabiliti es.html#language
    For Portuguese there's only one entry: "pt"
    So will Capabilites.language return the same "pt" value for people from Portugal and from Brazil?
    How can I tell the difference? How can i get the "pt-br" or "pt-pt" strings?
    Thanks!

    Check out the difference between Capabilities.language and Capabilities.languages
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabiliti es.html#language
    vs.
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabiliti es.html#languages
    roymeo

  • Excise rate and value is not getting defaulted from the purchase order

    Hi all,
    While capturing excise invoice , the excise rate and value is not getting defaulted from the purchase order and in Excise Item Tab BED,AED,ECS is Zero at both header as well as item level for only one material in STO process and if we are doing same process taking other material all things are coming perfectly and We are maintaining condition with respect to vendor,plant and material combination.Any input related to this will be helpfull and rewarded.
    Regards
    Vishal

    Hi,
    Follow STO Process for this;
    1.Create a vendor for the company code of receiving plant, using account group: 0007 using T-Code XK01.
    2. Assign this vendor to Delivering plant
    Go to XK02 >Purchasing view>Extras>Add. Purchasing data>Plant
    3. Create internal customer with the sales area of the vendor. Go To XD01
    4. In pricing procedure determination relevant to STO, assign document Pricing Procedure and customer pricing procedure appropriate for STO to get the pricing in the invoice.
    5. Maintain condition records for the relevant pricing condition.
    6. Some more setting for STO: Go to MM> Purchasing > Purchase Order > Set up STO > define shipping data for plants > Go to Receiving plant >assign customer here & Supplying SA (for billing) to Receiving plant here
    7. Go to MM > Purchasing > Purchase Order > Set up STO > define shipping data for plants > Go to Supplying plant and assign the sales area of receiving plant.
    8. Go to MM > Purchasing > Purchase Order > Set up STO > assign delivery Type & Checking rule
    Assign the delivery type to document type. In this case, Delivery type NLCC is assigned to Document type NB
    9. Go to MM> Purchasing > Purchase Order > Set up STO > Assign document Type, One step Procedure, Under delivery tolerance
    Assign the document type NB to supplying plant and receiving plant
    10. After all settings, Create the STO using T-Code: ME21N and maintain pricing conditions of freight and Save.
    11. In supplying plant Maintain condition record in sales using VK11 the same will flow in receiving plant when referring the OBD no during MIGO.
    10. Create Delivery: VL10G
    12. Picking, PGI: VL02N
    13. Billing: VF01
    Save the document and its done
    14. J1IIN - Outgoing Excise Invoice
    15. MIGO - Goods Receipt against outbound Delivery
    16. J1IEX - Capture & Post Excise Invoice
    Rgs

  • Project server 2013----new custom field value is not synced between my work assignment view and project professional

    Hi All,
    I would like to add a new custom enterprise field in project server to caculate the effective work. I hope it can work as the default field "work" and "overtime work". And I add my custome enterprise field to my work assignment and the
    related details view. User can update the values in "my task" but after PM accept the updates, these values are not synced to the project center as well as project professional. Any idea?
    Regards,
    Anna

    Yes, I am saying that the PM cannot see the updated values in the enterprise project in Microsoft Project 2013. It is a task custom field. No errors for it. Would you please help create a task custom field on your side to see whether you can reproduce
    this issue? After creating the field, please add it to the "My task" related views so that project members can update the value for the task when they update the task information under "my tasK" page. After that, open the project plan as
    project manager to see whether you get the updated value. Thanks a lot!
    Regards,
    Anna

  • LoaderInfo get values from EMBED and OBject Tag (not FlashVars)

    hi
    i try get values from object and embed tags like bgColor and
    allowFullScreen
    but i cant find how i can it
    loaderInfo.parameters return only flashVars
    if some body know it please help
    thank you
    Sonettic Cinema
    Project

    <forward name="success" path="/jsp/success.jsp" redirect="true" />
    but when success.jsp page gets called its not displaying the username and usertype values on page.The request has been redirected to success.jsp(*redirect="true"*) and hence the attributes stored in request object will not be available in success.jsp. Use Session to store login user information instead.

  • Assignment field is not picking from GL

    Dear All,
    We are posting one real estate document with reference of the contract number. But when we see the FI document assignment field is not updating from GL which we maintained in sort key.
    In that FI document we have 4 line items but one line has got updated assignment which we maintained in GL as a sort key.
    Anyone have a idea please replay.
    Regards,

    Hi,
    It should pick the field value based on the sort key maintained.
    What is the sort key maintained in the GL in which line item the assignment field is empty.
    You can check your self as below:
    Goto TCODE : OB16
    Goto the Sort key for which the data is missing.
    Select that and check the field maintained in that.
    Check the data of that field in the BSEG/BKPF.
    It should pick based on the data in that field.
    OTHER POSSIBILITES:
    Check the Substitution using the TCODE : GGB4 for the field BSEG-ZUONR
    OR
    any user exit.
    VVR

Maybe you are looking for

  • Open ports in zones

    I am encountering a strange behavior in new zones created using zonemgr 2.0.6 (this is the only way I create zones, so I do not know if the issue is more general). When I create a new zone, two strange things are happening: 1. Immediately after the z

  • !!!Very Urgent-Production Issue -Please help

    Hello IDMers, We are facing an issue in production, we updated the AD Process form yesterday. Two fields- Employee Type and Employee ID field in AD User Process form got refreshed for all existing users. Those two fields are empty now for all users.

  • Mapping Multiple VLANs to Multiple SSIDs as one-one in WLC 5508 via H-REAP?

    Hi All, Can anyone please show me how to map a SSID/WLAN ID to a local vlan of a LAP in WLC 5508 using H-REAP local switched? The reason of doing this is to separate Data subnet/traffic from Voice as currently all 7925 handsets using same SSID as PCs

  • What is the merge function in Hyper-v

    hi ,  i have a question about Hyper-V i am using replication to another server , and for some reason i see merge in progress showing up ... can anyone explain what merging exactly means ?  as far as i can tell , it also looks like hyper-v creates a s

  • Mein WLAN ist nicht mehr gesichert. Wo kann ich den Geheimcode eingeben?

    Wo kann ich den Geheimcode für den Wireless-Router eingeben?