How we wiil create Drilldown in Form applet..........Please explain

Showing Answers 1 - 21 of 21 Answers

Usually Drilldowns will be in List Applets only. But, in Siebel 6 there are Drilldowns on Form applets also. But, these are not similar to those in List Applets. in order to go to the target view we need to right click on the applet, on the menu shown we can find the available Drilldowns with Title as "Go To XYZ View".

  Was this answer useful?  Yes

Anika

  • Aug 3rd, 2006
 

Drill downs can't be created for Form Applets

  Was this answer useful?  Yes

i created drill down on button click.

I too have little problem.

I created drill down object and gave BusComp field in button's field property.

it worked fine in drill down aspect. what i am doing is also enabling / disabling button.

so when i disable button on some condition, the drill downs on that record are also not wokring....

so i am looking for scripting drill down code...

i used goto view method to navigate but it just goes to first record.


i used

BC.GotoView("Contact Details View");

can i restrict it in any way?

  Was this answer useful?  Yes

Scripting is not the only option. Creating a control on the form with HTML type "Link" and then creating a drilldown object referencing this control can do the job

  Was this answer useful?  Yes

Kamalapura

  • Oct 23rd, 2007
 

You could have used "Contact View" instead of "Contact detail View". If detail veiw containing the detailed/form applet, it must show only single record, as form/detail applet hold for a single record.

Thanks,
Kamalapura

  Was this answer useful?  Yes

suman

  • Nov 10th, 2011
 

How to create drilldowon form Applet:

Ex:Account Entry Applet

We Have to create Control Field is "Name"(example is name)
Properties:Name-Name
HTMLType =Link
Filed =Name
Method Invoke = DrillDown

Account Entry Applet:

we create Drill Down in "Account Entry Applet"
Properties of drilldown:Name =Name
Hyperlink=Name(Control Name)
View=Account Details -Activity View

this is the drilldown of form applet

  Was this answer useful?  Yes

Shital

  • Sep 21st, 2014
 

You can create the Form Drill Down
http://it.toolbox.com/blogs/siebel-answers/create-a-drill-down-object-on-a-form-applet-26705

Refer the Blog for same.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions