Dynamic link to different form and parameters

Have a few problems i would like some help on.
First i will describe what I’m planning to do.
And I'm sorry if it's a little of the normal way of doing it, but I'm new to the Portal
Have a list over different trip people shall have possibility to join,
Some of those trips can are for the person only and others for the whole family.
So my plan is to show a list of all the trips and then a status saying if
they already has join it or not.
Then the person can press the trip (link) and depending on some data,
they would be transferred to 2 different forms. One for 1 person trip and another for a x person trip.
Like:
Trip     | Status | Personal/family
Golf     | New     | Personal - if pressed open form1
Boat     | New     | Personal - if pressed open form1
Dinner     | New      | Family - if pressed open form2
Soccer     | Accepted |Personal - if pressed open form1
Tennis | Declined | Personal - if pressed open form1
I made a report, showing all trip, but i can only make it use 1 link to form1, how do i make the link dynamic
The next problem is when i open form1, i would like to do some stuff in PL/SQL (Before Page).
But I have tried to get the parameters from the URL and I cannot get it to work.
I use something like, but the l_names.count is 0
....portal/PORTAL.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=1380125721&p_arg_names=_sessionid&p_arg_values=&p_arg_names=ENROLL_ID&p_arg_values=5677&p_arg_names=_enroll_id_cond&p_arg_values=%3D
DECLARE
l_names owa.vc_arr;
l_values owa.vc_arr;
l_lang varchar2(100) := PORTAL.wwctx_api.get_nls_language;
l_enroll_id NUMBER;
BEGIN
PORTAL.wwpro_api_parameters.retrieve(l_names, l_values);
FOR i in 1..l_names.count
LOOP
IF l_names(i) = 'enroll_id' THEN
     l_enroll_id:= l_values(i);
END IF;
END LOOP;
END;
What i also want to do is in some cases. Is create a row in a table and populate the form1 with it in the "before page", instead of using query from parameters.
Like:
Trip     | Status | Personal/family
Golf     | New     | Personal - if pressed open form1 and insert data and populate the form with the inserted data
Soccer     | Accepted |Personal - if pressed open form1 and do the standard query
How do I do that?

One way to do this would be to hold the urls for the pages you need to display in a table. You could then build the links as one of the columns of a report using some fancy SQL.<br>
<br>
Or you could make a simple function to return the correct link based on the relevant parameters:<br>
<br>
create or replace function get_url (p_criteria in varchar2) return varchar2<br>
is<br>
lv_url varchar2(500);<br>
begin<br>
if p_criteria = 'Personal' then<br>
lv_url := 'http://host:port/pls/portal/etc...';<br>
end if;<br>
etc...<br>
return '&LT;a href="' || lv_url || '"&GT;' || p_criteria || '&LT;/a&GT;';<br>
end;<br>
<br>
Your report could then include the function as one of the columns in your report.<br>
Not very elegant but it should do the job.
Patrick.

Similar Messages

  • Dynamic link between Premiere pro and After effects versions?

    I was wondering if it was possible to use the dynamic link between different version of the products like preimere pro cs5.5 and after effects cs5.0, I downloaded the trial of premiere cs5.5 while I already have bought and installed after effects 5.0 a while ago. when I tried using dynamic link with premiere 5.5 with my current after effects cs5, the "replace with after effects composition" in premiere was greyed out. I didnt know if this was just a limitation of the trial, or if the two different versions (PR cs5.5 with AE cs5) were incompatable with dynamic link. hope you guys understand the question, and any answers would be helpful!

    Ok so just to get this straight, in order to use dynamic link between adobe premiere pro and after effects you have to have the complete suite? or just the same version installed? all I want to be able to do is have a good workflow between premiere pro to after effects to get my vfx done, and then send them back to premiere seemlesly without spending $2000 dollars on the entire suite just to use those 2 programs and because the suite is way over my budget. is that the only possible way (other than cs6, because I dont have the $$ to update either)

  • ITunes gives me an error and asks for re-installation, the error is "The procedure entry point CMBlockBufferCopyDataBytes could not be located in the dynamic link library coreMedia.dll", and the iTunes can not be lunched any more

    iTunes gives me an error and asks for re-installation, the error is "The procedure entry point CMBlockBufferCopyDataBytes could not be located in the dynamic link library coreMedia.dll", and the iTunes can not be lunched any more.
    can you please help, as I also tried to re-install it but pr

    Entry point errors can often be fixed by deleting the offending dll, then repairing the component it is part of. CoreMedia.dll is part of Apple Application Support.
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If the advice above doesn't resolve things you could try this alternate version:
    iTunes 12.1.0.71 for Windows (64-bit - for older video cards) - itunes64setup.exe (2015-01-28)
    which is a 64-bit installer for the 32-bit version of the core application, similar to previous 64-bit releases.
    Or roll back to the previous build:
    iTunes 12.0.1.26 for Windows (32-bit) - iTunesSetup.exe (2014-10-16)
    iTunes 12.0.1.26 for Windows (64-bit) - iTunes64Setup.exe (2014-10-16)
    tt2

  • Why i receive errors: "The procedure entry point longjmp could not be found in the dynamic link lib. orauts.dll" and "Error ORA-12560"

    Hello,
    "C:\app\xps\product\11.2.0\dbhome_1"  where is my installation of database oracle enterprise 11g; I use Windows 7 Pro.
    I have in System PATH : C:\app\xps\product\11.2.0\dbhome_1\bin
    I have in HKEY_LOCAL_MACHINE > SOFTWARE > ORACLE > SYSMAN > OracleDBConsoleorcl : "ORACLE_HOME" value "C:\app\xps\product\11.2.0\dbhome_1"
    When i execute "sqlplus / as sysdba" command, i receive error: "The procedure entry point longjmp could not be found in the dynamic link lib. orauts.dll" and "Error ORA-12560"
    If i execute
    set ORACLE_HOME=C:\app\xps\product\11.2.0\dbhome_1
    C:\>set PATH=%ORACLE_HOME%\bin;%PATH%
    sqlplus "/ as sysdba"
    I don't receive Error.
    Why?

    You don't mention which specific version of the operating system that you are using - Windows XP, Vista, or 7 and whether you're using a 32-bit or 64-bit version.
    FWIW, kernell32.dll is a Windows system-level module, so it's possible that you have some corruption in your Windows installation which is preventing FM from launching.
    Also, 2Gb of RAM is a bit lean for FM.

  • Why "New Item" in ribbon and "Add new item" in xsllistview link to different form

    Hi all,
    I have a question. I have a list with two new forms, one is created in SPD the other one is created in InfoPath (both forms are created by developer).
    I don't know why the new form link to different page when I click "New Item" in ribbon and "Add new item" in list view.
    1. Will open new form that created in InfoPath when click on "New Item" in ribbon.
    2. Will open new form that created in SPD when click on "Add new item" in list view.

    One way to do this would be to hold the urls for the pages you need to display in a table. You could then build the links as one of the columns of a report using some fancy SQL.<br>
    <br>
    Or you could make a simple function to return the correct link based on the relevant parameters:<br>
    <br>
    create or replace function get_url (p_criteria in varchar2) return varchar2<br>
    is<br>
    lv_url varchar2(500);<br>
    begin<br>
    if p_criteria = 'Personal' then<br>
    lv_url := 'http://host:port/pls/portal/etc...';<br>
    end if;<br>
    etc...<br>
    return '&LT;a href="' || lv_url || '"&GT;' || p_criteria || '&LT;/a&GT;';<br>
    end;<br>
    <br>
    Your report could then include the function as one of the columns in your report.<br>
    Not very elegant but it should do the job.
    Patrick.

  • How to create a dynamic link in a Form to link to a specific FOLDER

    Hello,
    I have created a reports of all employees of my department.
    This reports shows me the empno and ename
    When I clicked on a empno ( for example empno = 1 ) then then I got a MASTER DETAIL FORM about that employee(empno = 1) .
    Who he or she is and which course he or she had followed.
    I want create a dynamic link in the MASTER DETAIL FORM which shows me directly the folder of that employee ( in this example folder 1 ).
    If I clickt on the report with all employees of my department on an other number ( for example empno = 3333333) then if I click on the dynamic link in the MASTER DETAIL FORM I want to see the folder of employee 3333333 !!! You know what I mean ?
    What I want to know is, how to create a dynamic link that shows me directly a folder which is dependent on which empno I had clicked on in the report ( report with employee numbers and ename )
    Is there any way to pass some parameters into a link to a Folder ? Is this possible in Portal ? Does anyone know how to do this, or do you have a suggestion how to solve this problem ?
    Thanks a lot !!!
    Chu Lam

    Hi Chetan,
    I am glad that someone had replied on my question.
    I will explain it to you again.
    I have created a report that shows me all employees. If I click on a employee number then I get an MASTER DETAIL FORM on my screen with all the information(where he works now and which number I have to dial ifhow can I reach him by telephone) of that employee on which number I clicked on.
    I really like this mechanism. (You click on a number and the information that you see in the next screen is dependent of the number you clicked on ! )I have created all this. It works fine.
    What I want is to expand this example.
    Every employee has a FOLDER (yes, those ones in Content Area ) which they can insert text or image into that folder. The folder name is just the employee number. ( employee with employee number 3303, he owns a folder which is named 3303 and an employee with empno 9999, he or she owns a folder with the name 9999. )
    Every employee can tell more about himself in that FOLDER by iserting text and images. For example : What he likes, pictures of his vacation, something like this.
    What I want is this :
    If I click on the first report,which provides me all employees on screen, on a employee number 3303 then I get a Master Detail Form on my screen with all information about that employee with employee number 3303. And I want in this MASTER DETAIL FORM to create a link that shows me directly the FOLDER of that employee ( 3303), so I can learn more about employee with employee number 3303. But I don't know how to create this link.
    That link had to be dependent on the employee number. The difficult thing about this link is that this link had to be dynamic.
    I hope this will make it clear to you :
    (report all employees:)
    empno ename
    3301 john smith
    3302 peter clark
    3303 wilson jones
    If I click on a empno ( for example 3303) then I get a MASTER DETAIL FORM which provides me information.
    (MASTER DETAIL FORM )
    EMPNO 3303
    ENAME wilson jones
    department New York
    mobile number 98908763
    Company tel. no day
    AOL 097485838 monday till wednesday
    Oracle 04848584333 thursday and friday
    LINK
    (what I want is to create a link here )
    If I click on LINK in this MASTER DETAIL FORM then I want to link to the FOLDER of this employee ! ( In this example it is FOLDER 3303.
    BUT IF I CLICKED ON THE FIRST REPORT ON A DIFFERENT NUMBER ( FOR EXAMPLE 3301) THEN IF I CLICK ON LINK IN THE MASTER DETAIL FORM THEN I HAVE TO LINKED TO FOLDER 3301.
    I just want to know how to make a link like this ( create a dynamic link to a specific folder ).
    Thanks in Advance.
    Chu

  • Different links for different forms of the same list.

    Greetings,
    I have a custom list created with several columns one of which is the Title column. I have created three different views for this list.
    Using SharePoint Designer 2013 I have created three separate forms, one is a custom new for, a custom edit form and a custom display form. For specific reasons, I have not setup these forms as default. 
    I'd like to change the URL of the Title column depending on the view. 
    For example, if I am on View1 and click on the Title column, then I should see the custom display form I have built. In short, I want a way to manually change the url of the Title column. 
    I plan on creating several other forms for this same list and hence I need to know how I can change the URL of the Title column to match the need of the workflow.
    Thanks in advance.
    Daniel Christian (MCTS)

    May be you can achieve it using different java scipt for different views:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/d7083056-594b-45b4-9fd4-9d615cdf5875/how-to-change-link-of-list-items-title-in-sharepoint-custom-list-by-programmatically-on-sharepoint?forum=appsforsharepoint
    However another suggest is that you create multiple title column with different links. every view will have a different title column so it can achieved.

  • Dynamic Link issues between Pr and Ae

    Hey Guys -
    We have had issues with our dynamic link since the last update to Premiere CC 45 days ago. Two different iMacs, one 2010 and the other late 2012 are both having these issues. Regardless of system, we weren't having the issue before the most recent update.
    The issue we are having is as follows:
    If we create a composition in Ae and bring it into Pr using dynamic link, it's completely fine, you can see it in the Source window as you should. But as soon as we drop it on the timeline in a sequence, it requires us to render both in Pr and back in Ae before it will display in the sequence. And ironically, you don't have to render the exact dynamic linked composition back in Ae, but any old render of any of your compositions will then allow you push through the stumbling render in Pr and so you can display the composition on the Pr timeline.
    The problem furthers when you begin to edit again and have to redo the entire rendering process if you make one move anywhere on your timeline. We've found this renders dynamic link useless as it's more time effective to just render out the composition in Ae everytime you make a change than have to deal with these troubles. Really frustrating as we love DL and used it constantly before the most recent Pr update.
    And as an FYI, we are not doing big effects, these are simple lower thirds and titles that we are doing here. Very little processing power required.
    Is there any fix in the works or is anyone else struggling with this? Seems too ironic that two separate systems are dealing with the same issue...

    I had the same issue with dynamic link...the files would become unlinked and required a manual re-linking of each clip.  Mostly happened with MXF media from my Panasonic P2 camera, Here is a workaround that so far has worked:
    1. Use Raylight (I use this software all the time when I edit with fcp 7) to create a QT reference file from MXF media.  It's super quick too...takes about 15 seconds to generate the aliases from a 64 GB card with tons of clips.
    2. Import these QT ref files into PP CC and edit like normal.  It seems to trick the software into thinking you are working with .MOV files and not MXF media which seem to be problematic in Premiere/After Effects.
    Hope this helps....

  • Help Links in HCM Forms and Process

    Hi Experts,
    We have a requirement where we need to open a pop-up window when user clicks on help link on
    Adobe forms . For this, we have created a Web dynpro Application and whatever application URL we are getting
    We are passing to the Help Link UI element like below.
    app.launchURL(URL, true);
    when user clicks on the help link that webdynpro application is opening.
    But the issue is user donu2019t want to see these URL bar, tool bar , action bar.
    So is it possible to hide these URL bar, tool bar , action bar when the application is launching.
    It should launch just as a window. If it is possible please let me know.
    Thanks,
    santosh

    Why are you doing all of that? Why not simply use the "additional info" configuration to supply the needed URLs? In this way, you will NEVER have to modify the forms if/when a URL changes or more are needed. It is simply a configuration change. Also, you can make these links specific to the current user of that form step and still be able to share the SAME form among users (ie. an HR Admin does not care to see "Manager Help Link" on a form that they possibly share with managers from a previous step). You are creating much more of a headache and maintenance nightmare for yourself.
    Now, that said.....second question....why in the world are you calling some WDA from the form to then launch a URL??!?!?! You can simply place a URL link on the form. Via script, you can also set the window parameters to tell the URL to launch in a new browser window without any toolbars, status bars, etc. Pretty basic Javascript is all you need....not some complicated WDA app.

  • Issue with Dynamic Link with Premiere CC and After Effects

    I'm having a strange and annoying issue with Dynamic linked clips in Premiere CC:
    When I render or export my timeline the progress will stall when it hits a dynamic linked clip.  It will stay stalled until I click the After Effects application and make it the active window.  Once that happens the render/export resumes at normal speed. 
    This is annoying as I can't start a render and walk away or work on different windows, I have to babysit all the renders to make sure they go through.
    Has anybody experienced this and know of any solutions? 
    I'm running the latest version of Premiere (7.2.1) and After Effects 12.2.0.52 on Mavericks 10.9.1 with a GTX 770 Video Card.

    Does it still pause if AE is closed completely? I often experience slower AME renders from Premiere over dynamic link material when AE is open. Closing AE speeds things up. Go figure.

  • Dynamic Link between Premiere Pro and Premier Pro when importing sequences?

    Let me explain what we're trying to do. In our office we have one gentleman who edits together multiple program segments for a broadcast television show we do. He creates a new project and sequence for each because we upload the segments separately for the web. My job is to edit together the entire show for television. So what I do is I import his sequences to PP. The reason I do a sequence instead of a rendered video is for I can go in an make any corrections. But if I do make corrections it only makes the corrections on my project and not the original project/sequence I imported. I would like for the changes to also appear on on the original.  Is there away to do this? I know this works for Adobe After Affects, Adobe Photoshop and now SpeedGrade using Dynamic Link, but is there a way to do something similar between Premiere Pro projects or sequences? Thank you

    To my knowledge there is no way to use Dynamic Link between PP on two different machines. The DL is for using PP on a single machine such as importing AE comps, PSD files, etc.
    I understand what you are trying to do and it sounds like Adobe Anywhere would be what you would need. Editor "1" can make a project and edit a sequence...editor "2" can access the same project and sequence, make changes,and it will update back on editor "2" machine.
    To do what you want without Adobe anywhere, and still retain the original sequence you might want to try this.
    After you import the project file/sequences from the other editor, make your chances, master cut(s). Then have the other editor import your updated sequences.
    Check this out http://www.adobe.com/products/adobeanywhere.html

  • Dynamic Link with Encore, Photoshop, and After Effects

    Intention 1: Im using Photoshop CS5 (PS5) & After Effects CS5 (AE5) to create a DVD menu for Encore CS5 (EN5). I used the 'Film & Video' preset in PS5 to make a standard HD 1440 x 1080px image size; which looks the same in AE5. My problem is in PS5 the 'Pixel Aspect Ratio Correction'  size is the size i want the universal size to be. Its a more stretched version which looks better to me, but may not work well with HD monitors (as this DVD will be played on a 17" laptop).
    Question 1: Is there any way to have AE5 recognize the 'pixel aspect ratio correction' from PS5 and make the composition settings that size in AE5?
    ```
    Question 2: What are standard sizes for computer monitors that would work welll mostly with the Dynamic Link in AE5 and EN5 working with PS5?

    Yes, it can be very confusing. With CS5, however, as long as you keep it all the same, it doesn't require setting. But you do need to understand it.
    Just start with the help page:
    http://help.adobe.com/en_US/AfterEffects/9.0/WS3878526689cb91655866c1103906c6dea-7f3aa.htm l
    FYI, you may have seen these, but if not, help re Encore menus using AE:
    From Encore help:
    http://help.adobe.com/en_US/encore/cs/using/WSA5513911-0AD1-440c-BDAD-2E0E806B425E.html
    From AE help
    http://help.adobe.com/en_US/aftereffects/cs/using/WS3878526689cb91655866c1103906c6dea-7e45 a.html

  • Why i can't use dynamic link between After effects and Premiere Pro?

    I have installed the Creative Cloud version of After effects and Premiere Pro (only them, no other software of the suite) but i still can´t link them with dynamic link. the option is in grey, and i can't even click on it.
    Some help? please!

    Ok, here goes some information about my hardware and software:
    Allienware M14XR2
    Intel Core i7-3610 QM CPU @ 2.30 GHz
    RAM 8 GB
    Windows 7 Home premium
    NVIDIA GE force 650 M
    I'm working in a Premiere Pro project using 1920x1080 .mov archives, and the project is in the same resolution.
    In Premiere pro, when i go to Archive > Dynamic Link  i only have the option of send it to Encore.
    Is this information enough?
    thanks

  • Dynamic Link between Premire Pro and AE not working

    I've been having this issue where dynamic link is grayed out in the Premiere Pro menu, when i try to link a clip to AE. It's the same the other way round (i.e. AE to Premiere), and also the "Replace with After Effects Comp" is grayed out as well. Im using the CC version (Not CC 2014), so it should work?
    Thanks for your help!

    Hi Kevin,
    Thanks for your reply. I'm using CS6 (if that's what you mean by version - otherwise I think it's 7.0). I've never come across verifying the programs, how do I go about it?
    Thanks

  • Dynamic link between Premiere CC and After Effects CS6 doesn't seem to be working :(

    I'm editing with RED r3d files. I have just updated to CC but it doesn't want to dynamic link with After Effects CS6

    Hello,
    Sorry but Dynamic Link only works between the same version of the products. 
    Best,
    Peter Garaway
    Adobe
    Premiere Pro

Maybe you are looking for

  • What's new in Java 4

    Anybody can quickly explain the things are added in Java 4 newly. Thnx in advance.

  • App update issue

    Hi, I just updated to the new app box pro app on my Iphone 5.  Problem: I did not back up my phone prior on my computer.  Problem 2: The new app is terrible and does not have some of my data.  Question 1: How can I go back to previous version of this

  • Replicating BPs from ECC to CRM- Error IN SMQ2 as Stop.

    Hello Gurus, I am facing problem in replicating BPs from ECC to CRM. After initial load , when monitoring the In bound Q in transaction SMQ2 it is showing status as Stop. Kindly let me the possible solution to remove the status. Cheers Prashant Ranal

  • Character Converting Problem at File Adapter

    I am having a character conversion problem bringing in a XML file into XI. It is converting the data wrong. I have a file adapter picking up Audit.xml encoding is utf-8, use binary mode to pick it up. XI takes the file and converts it into a text fil

  • Deploying iPads with iPhone Configuration Utility

    We are trying to deploy some iPad2s into an enterprise environment. I have been able to push some settings like WiFi or remove Safari via iPhone Configuration Utility. However, we are needing to have one app installed (Prezi) from the App Store. I ca