Search found 179 matches

by techtr
04 Apr 2023, 18:56
Forum: Discussion
Topic: How to display value from the parent entity on the form
Replies: 9
Views: 320

Re: How to display value from the parent entity on the form

Thank you to both. It now saves in desired date format.
by techtr
03 Apr 2023, 04:13
Forum: Discussion
Topic: How to display value from the parent entity on the form
Replies: 9
Views: 320

Re: How to display value from the parent entity on the form

Dear enishemed, the only problem that seems to remain is that the dates are saved in a numeric format at the database. I am using this format, which displays perfectly fine such as "Sunday, May 14, 2023" echo date('l, F d, Y', $value); //output value $form_field_value = $value; //value to ...
by techtr
28 Mar 2023, 01:14
Forum: Discussion
Topic: How to display value from the parent entity on the form
Replies: 9
Views: 320

Re: How to display value from the parent entity on the form

Thank you. With my limitedPHP knowledge, I tried below but getting an error. My parent entity ID is 27 and the field I am trying to get is field_579, which is a date field. Error: Value of type null is not callable on line 5 Can you please assist? Thank you. // Set the parent entity record ID $paren...
by techtr
28 Mar 2023, 00:08
Forum: Discussion
Topic: Not saving Field Access update
Replies: 4
Views: 67

Re: Not saving Field Access update

Yes, that is where it is not saving but I managed to save it at the Pivot Access Table. Strange. Do you know why?
by techtr
27 Mar 2023, 02:01
Forum: Discussion
Topic: How to display value from the parent entity on the form
Replies: 9
Views: 320

How to display value from the parent entity on the form

The field "value from parent entity" is good to view on item page and for other calculation purposes but cannot be viewed/displayed on the form. However, I need to display a date from the parent entity on the form so that the user can make an informed entry while filling and submitting the...
by techtr
26 Mar 2023, 03:22
Forum: Discussion
Topic: Not saving Field Access update
Replies: 4
Views: 67

Re: Not saving Field Access update

Did you mean to add a screenshot? Please advise which form.
by techtr
25 Mar 2023, 01:17
Forum: Discussion
Topic: Not saving Field Access update
Replies: 4
Views: 67

Not saving Field Access update

I am trying to change access option for a field from "View Only" to "Yes" but system is not saving it. I tried multiple times. It is keeping it as "View Only". The entity already has records. Is that the reason why it is doing that or is this a bug? Thank you.
by techtr
23 Mar 2023, 05:09
Forum: Discussion
Topic: How to display calendar report on dashboard
Replies: 2
Views: 82

How to display calendar report on dashboard

Hi, can someone please explain how we can configure to display a calendar report at the dashboard? Just could not figure out. Thank you.