Master-Detail customization parent

QuestionsMaster-Detail customization parent
mokachoka asked 11 years ago

Hy Abu,

I have the purchase version.
i wanna ask about master-detail.
how can i modify parent when i want to create new record?
basically it insert into all the field from the table.
if i have a field that hidden but it have default value when insertion.
how can i do that?

Regards

1 Answers
Abu Ghufran answered 11 years ago

To hide a field & post default value, simply set following with column properties.

$col["hidden"] = true;
$col["editable"] = true;
$col["editoptions"] = array("defaultVal" => "My Default Value");

Your Answer

8 + 19 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?