How do I set subpropert​y values of a parameter (container​) I'm passing?

I want to pass a custom data type (a container with subproperties)as a parameter.
How do I specify the subproperty values in the parameter expression for the SequenceCall step? Can I specify some subproperty values, and leave the others at their default values?
I know that I could create a Local variable of the same type in the calling sequence, set it up in one step, and then pass the whole thing in the SequenceCall step, but is there a way to specify the values in the parameter expression instead?

Hi,
Is this the sort of thing your are after.
regards
Ray Farmer
Regards
Ray Farmer
Attachments:
Sequence_File1.seq ‏12 KB
Sequence_File2.seq ‏12 KB

Similar Messages

  • How do I set a NULL value for the parameter field

    Hi
    I've another question. I'm going to set single values for parameter fields.
    // e.g. set today for StartDate parameter field
    fc.setCurrentValue("", "StartDate", new Date());
    It should be possible to set a NULL value for date parameter fields.
    fc.setCurrentValue("", "StartDate", (Date)null);
    But this do not work. How do I set a NULL value correctly?
    Thank you in advance.
    Best regards,
    Thomas

    First question - is it a stored procedure parameter?
    You can't set a regular parameter field value to a null value.
    There was an issue with old version of the JRC, where it was allowing null to go through, but had unexpected behavior at times.
    Sincerely,
    Ted Ueda

  • How do i set the timeout value?

    I'm doing an insert...in the insert i have a trigger that fires a http put. when i'm doing a couple inserts at a time, it works fine. However if i try to insert about 50 at one time (within msecs of each other) then i get the following error:
    ORA-29276 transfer timeout
    Cause: Timeout occurred while reading from or writing to a network connection.
    Action: Check the remote server or the network to ensure that it responds within the timeout limit. Or increase the timeout value.
    My question is, how do i set this timeout value?

    FYI,
    IFS.PROTOCOLSERVER.SESSION.DEFAULT.Timeout
    IFS.PROTOCOLSERVER.SessionStateTimeoutPeriod
    IFS.PROTOCOLSERVER.SessionStateTimeoutPeriod
    in cup server configuration

  • How do I set ical default values in lion?

    I have just upgraded to Lion and so far, so good.  In the new iCal, how do I set the default values?  In the old version, when you clicked on the calendar, the default value was a 1 hour meeting around the current time of day.  The new version defaults to an all-day meeting.  I like the old way better, or best would be to have it as a preference. 
    Is there a way to set this that I'm not seeing?

    Mike,
    It sounds to me like you are using the "Month" view for that entry.
    Default event creation in Month view results in an all day event.
    Lion iCal Help (Add events to a calendar) says: "Add a new event in Month view by double-clicking within the day you want the event to appear. Enter a name and time duration for the event in the event’s title field, and then press Return."
    Try entering "Meeting at 9am"...that will create a one hour event named Meeting.

  • How Can I Set a Javascript Value into an Attribute of BSP PAGE

    Hi
    Can anyone tell me.
    How Can I Set a Javascript Value into an Attribute of BSP PAGE

    Hi Mithlesh,
    javascript runs on client side and you cannot assign the value to a Page attribute directly.
    As a workaround,you can use an Inputfield,hidden if required,and set the value using javascript.Then the form will have to be submit to be able to read the value in onInputProcessing and then can be assigned to any variable.
    In Layout
    <head>
    <script language="javascript">
    function pass()
       txt1 = document.getElementById("ip_mrf");
       txt.value = "hello" ;
    </script>
    </head>
    <htmlb:inputField  id="ip_mrf"
                               value="<%=mrf_number%>"
                               visible="FALSE"/>
    in onInputProcessing
    cha1 = request->get_form_field( 'ip_mrf' ).
    where cha1 is the page attribute
    hope this helps,
    Regards,
    Siddhartha
    Message was edited by: Siddhartha Jain

  • I have SSRS parametarized report in that one data set have repeated values with query parameter . but while am mapping that query parameter to report parameter i need to pass distinct values. How can i resolve this

    I have SSRS parametarized report in that one data set have repeated values with query parameter . but while am mapping that query
    parameter to report parameter i need to pass distinct values. How can i resolve this

    Hi nancharaiah,
    If I understand correctly, you want to pass distinct values to report parameter. In Reporting Service, there are only three methods for parameter's Available Values:
    None
    Specify values
    Get values from a query
    If we utilize the third option that get values from a dataset query, then the all available values are from the returns of the dataset. So if we want to pass distinct values from a dataset, we need to make the dataset returns distinct values. The following
    sample is for your reference:
    Select distinct field_name  from table_name
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • OIM-How can i set a password policy which does not contain any space?

    How can i set a password policy which does not contain any space?
    I put space at Characters not allowed but it is not working.
    Can anyone help me out?

    You can go to Settings>Messages and turn off Messages. Then go to Settings>General>Restrictions and turn on the the Restriction that prevent changing accounts.
    I just verified that it works.

  • HT5625 how do we set up the i phone when we dont know the pass worrd and nether does the former owner

    how do we set up the i phone when we dont know the pass word and nether does the former owner?

    See if this helps:
    http://support.apple.com/kb/HT1212
    ... but if neither you nor the former owner knows the passcode, I believe you have a serious problem.  Are you sure you didn't just acquire a stolen iPhone?

  • How do I set a time value to a Time syntax attribute in eDirectory

    I want to set a time value to an attribute in eDirectory defined as syntax Time. In the Resource referrence manual I can read that the schema mapping should be defined as Int for syntax Time. But further down in the manual the attribute Password Expiration Time is told to be defined as String in the schema mapping.
    I have tried the both settings (int and string) but nothing will work. When trying to set a value to the Password Expiration Time I recieve the following error:
    Unexpected type for attribute 'Password Expiration Time'. Received 'string'. Expected '0x18 (24)'
    The value I try to set is: 20090122120000Z (this value is supported in the eDirectory manual)
    I´m using the NDS gateway.
    Anyone who know how to solve this issue?
    // Per

    Hello
    =IF(C>1,1000,TRUNC(C*1000,0))
    will do the trick.
    Yvan KOENIG (from FRANCE mardi 13 mai 2008 17:47:01)

  • How to dynamically set a bounded value for a VO at runtime

    Hi all,
    I am working on a custom page for time card summary, the VO's query like this:
    select Timecard_Id,.... from timecard_summary where supervisor_id = :1
    There is a utility that can retrieve supervisor_id from system, but I don't know how I can set this supervisor_id before the query is execute, I think I need a controller to do that right after user clicks "Go" button in simpleSearch Panel, but I cannot find the way to determine if the "Go" button in simpleSearch Panel is clicked.
    THanks
    -Bill

    Hi Sumit,
    I had tried over riding the initquery and execute query to meet the same requirement but the where clause i was setting wasn being set since the execute query somehow was making it null.
    When i did hard code the whereclause params in the the executequery(),it worked fine but then i couldn have passed any variables.
    Then finally i went around the oaf guide and found something like ,
    dic[]=getcriteriaitems.... and it solved the purpose for me.

  • How can I set trace on?  In the parameter config file

    I tried this trace traceoopts="trace_all" it didn't work.
    can you tell me how to set trace on in the configuration parameter file?

    For Inprocess server the conf file name is rep_<hostname>.conf
    For standalone server the conf file name is <servername.conf>
    For Builder conf file name is rwbuilder.conf
    Uncomment the trace element and restart server/builder. The logs should be in $OH\reports\logs\
    Pls make sure you are modifying conf file of appropriate executable
    [    All Docs for all versions    ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf

  • Changing the value of a parameter that has been passed into an SSRS 2008 R2 report

    I support 200+ reports that all use stored procedures and have many drill downs with built in URLs.
    I want to do the below to avoid creating a brand new parameter that I will have to add to literally hundreds of places.
    We have what I'll call Param1 that receives a value from the user.  That Param1 is passed to the stored procedure(s) for the report and also embedded in any Action URLs for drill downs to other reports from that report.  All works great.
    Now I have a need to concatenate a string to whatever value they supplied which provides context for the environment in which they are running.  The reason I want to do this instead of creating a new parameter is because I need this in all my reports
    and as stated above I would have to make 100s of changes to make that happen.  If I can figure out a way to concatenate a value to the existing Param1 value I can greatly reduce the number of changes.
    I can't seem to be able to find a way to modify the value on an existing parameter that is passed into the report prior to report execution.
    I get an error when I simply try to concatenate something to the parameter in its Default property.
    I can't find a way to update a parameter value in the Report Code block.  There don't appear to be any methods available on the Parameter Collection to set the value of a parameter.
    Any ideas?
    Thanks!
    Nathan 

    Create a new parameter. Mark it internal, set it's value by expression to:
    =User!UserId+"MyNewValue"
    and pass it to the proc?
    Don't forget to mark helpful posts, and answers. It helps others to find relevant posts to the same question.

  • How do I set the default value in a PPD. (xerox accounting)

    I'm trying to modify a PPD for a xerox machine to set an accounting id into the default printing.
    I found the following in the PPD
    *XRFeature XRAccountingUserID: "string 0 20 Accounting"
    *XRFeature XRAccountingAccountID: "string 0 20 Accounting"
    *OpenUI *XRAccountingSystem/Accounting System: PickOne
    *OrderDependency: 10 AnySetup *XRAccountingSystem
    *DefaultXRAccountingSystem: PickOne
    *XRAccountingSystem None/None: ""
    *XRAccountingSystem XSA/Xerox Standard Accounting or Auditron: ""
    *XRAccountingSystem XNA/Xerox Network Accounting: ""
    *CloseUI: *XRAccountingSystem
    *OpenUI *XRAccountingPrompt/Accounting Prompt: PickOne
    *OrderDependency: 10 AnySetup *XRAccountingPrompt
    *DefaultXRAccountingPrompt: Prompt
    *XRAccountingPrompt Prompt/Always Prompt: ""
    *XRAccountingPrompt DoNotPrompt/Do Not Prompt: ""
    *XRAccountingPrompt PromptFax/Only Prompt for Fax: ""
    *XRAccountingPrompt PromptColor/Only Prompt for Color: ""
    *XRAccountingPrompt PromptColorFax/Only Prompt For Color and Fax: ""
    *CloseUI: *XRAccountingPrompt
    *OpenUI *XRAccountingAccountType/XRAccountingAccountType: PickOne
    *OrderDependency: 10 AnySetup *XRAccountingAccountType
    *DefaultXRAccountingAccountType: Default
    *XRAccountingAccountType Default/Default Group Account: ""
    *XRAccountingAccountType General/General Account: ""
    *XRAccountingAccountType Group/Group Account: ""
    *CloseUI: *XRAccountingAccountType
    *OpenUI *XRAccountingMaskUserID/XRAccountingMaskUserID: PickOne
    *OrderDependency: 10 AnySetup *XRAccountingMaskUserID
    *DefaultXRAccountingMaskUserID: True
    *XRAccountingMaskUserID False/Disabled: ""
    *XRAccountingMaskUserID True/Enabled: ""
    *CloseUI: *XRAccountingMaskUserID
    *OpenUI *XRAccountingMaskAccountID/XRAccountingMaskAccountID: PickOne
    *OrderDependency: 10 AnySetup *XRAccountingMaskAccountID
    *DefaultXRAccountingMaskAccountID: True
    *XRAccountingMaskAccountID False/Disabled: ""
    *XRAccountingMaskAccountID True/Enabled: ""
    *CloseUI: *XRAccountingMaskAccountID
    *OpenUI *XRAccountingAuxInterface/XRAccountingAuxInterface: PickOne
    *OrderDependency: 10 AnySetup *XRAccountingAuxInterface
    *DefaultXRAccountingAuxInterface: False
    *XRAccountingAuxInterface False/Disabled: ""
    *XRAccountingAuxInterface True/Enabled: ""
    *CloseUI: *XRAccountingAuxInterface
    *OpenUI *XRAccountingAuxEnterAtDevice/XRAccountingAuxEnterAtDevice: PickOne
    *OrderDependency: 10 AnySetup *XRAccountingAuxEnterAtDevice
    *DefaultXRAccountingAuxEnterAtDevice: True
    *XRAccountingAuxEnterAtDevice False/Disabled: ""
    *XRAccountingAuxEnterAtDevice True/Enabled: ""
    *CloseUI: *XRAccountingAuxEnterAtDevice
    I've figured out I can change
    "*DefaultXRAccountingSystem: PickOne" to "*DefaultXRAccountingSystem: XSA"
    enabling  accounting.
    then I change
    "*DefaultXRAccountingPrompt: Prompt" to "*DefaultXRAccountingPrompt: DoNotPrompt"
    so I'm not prompted to enter the accounting code on print
    what I haven't figure out is how to set the value of the accounting user id.
    I suspect that
    *XRFeature XRAccountingUserID: "string 0 20 Accounting"
    is declaring the accounting user id, and might be a place to set the accounting ID. But i'm not sure how to set it.
    or maybe it should be set at
    *XRAccountingSystem XSA/Xerox Standard Accounting or Auditron: "" ?
    any suggestions? ideas?

    Hi TeenTitan
    I may have a problem simular to yours with a KM bizhub C451 with accounting turned on from Mac OX 10.6 + 10.7 + 10.8 machines.
    On some machines we can go into printer settings just to check that all user/password settings are ok (without changing anything) and then we can print one job. It looks like the system forgets the user name and password unless we go into printer settings each time we want to print.
    I was thinking of putting in the user/password in the PPD just like you.
    I was wondering if you ever found a solution ?
    Link https://discussions.apple.com/message/20371136?ac_cid=tw123456#20371136?ac_cid=t w123456

  • How to get-set Hidden field value from JSP ?

    Hii,
    I am quite newbie about jsp and looking for some help..
    I have several url links on my jsp page.
    I when I click one of them, I want to reload my page with new request parameter(s) but also keep the older one(s) in hidden field(s)...
    but I dont know how to set and get hidden field value "syntax" and I am not sure about where/when should I do this... at first I though that I can do it in "onClick" property of url..
    Thanks..

    Hy,
    I have a problem just like that. I am trying to send the value of an subdomain is to another page to be able to modify an entry.
    So in listsubdomains.jsp I have
    <input type = "hidden" name = "subdomainid" value="<%=subdomains.SubdomainID%>"><%=subdomains[i].SubdomainID%>.
    This shouls send the id of the subdomain.
    I an sending this to modifysubdomain.jsp with <form name = "listsubdomains" method = "post" action = "modifysubdomain.jsp">
    and there I retrieve the value like this:
    Integer id = new Integer (request.getParameter("subdomainid"));
              out.println(request.getParameter("subdomainid"));
    My problem is that no matter what is the value I chose to modify it always sends the first value. If I another value manually it works, but just then.
    Please give me some ideas.

  • How do I SET a Field value to current datetimestamp in an UPDATE

    The following is my UPDATE SQL. FIELD10 is defined as TIMESTAMP(6) and I want to update the value to the current system TIMESTAMP for each record with FIELD01 = "PENDING". I have tried several different date formats but nothing is working. What is the correct way to update FIELD10 to the current system datetimestamp.
    The following does not work, what is the correct SQL script.
    UPDATE DB01.TABLE1 SET FIELD10 = SYSTIMESTAMP WHERE FIELD01 = "PENDING"
    So far all the variations of defining the current date and time in FIELD10 gives me the following error.
    Error starting at line 1 in command:
    UPDATE DB01.TABLE1
    SET FIELD10=SYSTIMESTAMP
    WHERE FIELD01='PENDING'
    Error at Command Line:2 Column:4
    Error report:
    SQL Error: ORA-00904: "FIELD10": invalid identifier
    00904. 00000 - "%s: invalid identifier"
    *Cause:   
    *Action:
    Edited by: user12555026 on Feb 3, 2010 6:33 AM
    Edited by: user12555026 on Feb 3, 2010 6:34 AM
    Edited by: user12555026 on Feb 3, 2010 6:35 AM

    Hi,
    user12555026 wrote:
    The following is my UPDATE SQL. FIELD10 is defined as TIMESTAMP(6) and I want to update the value to the current system TIMESTAMP for each record with FIELD01 = "PENDING". I have tried several different date formats but nothing is working. What is the correct way to update FIELD10 to the current system datetimestamp.Post CREATE TABLE and INSERT statements for the table. (1 or 2 rows is probably enough).
    The following does not work, what is the correct SQL script.
    UPDATE DB01.TABLE1 SET FIELD10 = SYSTIMESTAMP WHERE FIELD01 = "PENDING"If 'PENDING' is the value that may be in field01, then it should be in single-quotes, not double-quotes.
    So far all the variations of defining the current date and time in FIELD10 gives me the following error.
    Error starting at line 1 in command:
    UPDATE DB01.TABLE1
    SET FIELD10=SYSTIMESTAMP
    WHERE FIELD01='PENDING'
    Error at Command Line:2 Column:4
    Error report:
    SQL Error: ORA-00904: "FIELD10": invalid identifierApparantly, there's no columns called field10 in that table. Are you user db01? Are the column names all upper-case? This is why you have to post the CREATE TABLE statement.

Maybe you are looking for

  • Not working luminosity variation

    Hi On my N97 mini the luminosity don't change at all while the ambiant light change.. Am I the only one to have this issue? And anyway the minimal light is way too much when you're in the darkness, reducing the minimal would maybe save battery. And i

  • Infoset Query Error

    We have created infoset in 2004s which includes 2 cubes. As the navigational attributes of the Cubes were not available in the infoset, we had included the Infoobjects in the infoset. But after patch upgradation to patch 16, the infoset structure was

  • Stationary layer mask with moving image in iWeb?

    Hi everyone, I have a an image that I only want 1/4 of revealed. I want to animate the image so that it moves across the opening of the mask (like someone passing by a window). Is this possible in iWeb? Have a great summer everyone, Joe

  • Scenario Testing

    I am new in XI and created file to file scenario. While testing the configuration in Directory .. i found the following error. Interface Mapping              

  • Please urgent:iDS5.1 Installation Error

    Hi all, during the installation I receive the following error message: Extracting Netscape core components... Extracting Server Core Components... Extracting Core Java classes... Extracting Java Runtime Environment... Extracting iPlanet Directory Ser