Displaying data in a form without a actualy UI query

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Displaying data in a form without a actualy UI query

Milind W-2
I want to create a screen that displays the logged in users data from the
person entity.
How do I get the person Id for the logged in user?
Where and when do I set the personId?
I tried to look at some of the contact profile screens but found those
hard to read and they seem to be based more on ftl which I understand is
no longer recommended for new stuff.
Thanks in Advance.
-Milind

Reply | Threaded
Open this post in threaded view
|

Re: Displaying data in a form without a actualy UI query

BJ Freeman
FTls have there place, still.
but try to put every thing in widgets.
look at the groovy files that prepare data for display
do a search for login in *.groovy
you will find many examples.

Milind W sent the following on 8/3/2008 8:46 PM:

> I want to create a screen that displays the logged in users data from the
> person entity.
> How do I get the person Id for the logged in user?
> Where and when do I set the personId?
> I tried to look at some of the contact profile screens but found those
> hard to read and they seem to be based more on ftl which I understand is
> no longer recommended for new stuff.
> Thanks in Advance.
> -Milind
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Displaying data in a form without a actualy UI query

Milind W-2
Is it possible to do what I want without any scripting/service and using
xml config on Screen Action or something else?

> FTls have there place, still.
> but try to put every thing in widgets.
> look at the groovy files that prepare data for display
> do a search for login in *.groovy
> you will find many examples.
>
> Milind W sent the following on 8/3/2008 8:46 PM:
>> I want to create a screen that displays the logged in users data from
>> the
>> person entity.
>> How do I get the person Id for the logged in user?
>> Where and when do I set the personId?
>> I tried to look at some of the contact profile screens but found those
>> hard to read and they seem to be based more on ftl which I understand is
>> no longer recommended for new stuff.
>> Thanks in Advance.
>> -Milind
>>
>>
>>
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Displaying data in a form without a actualy UI query

BJ Freeman
you can take the framework section and rebuild you own applications.
but you missing a lot of built ins that reduce a lot of work.


Milind W sent the following on 8/3/2008 11:34 PM:

> Is it possible to do what I want without any scripting/service and using
> xml config on Screen Action or something else?
>
>> FTls have there place, still.
>> but try to put every thing in widgets.
>> look at the groovy files that prepare data for display
>> do a search for login in *.groovy
>> you will find many examples.
>>
>> Milind W sent the following on 8/3/2008 8:46 PM:
>>> I want to create a screen that displays the logged in users data from
>>> the
>>> person entity.
>>> How do I get the person Id for the logged in user?
>>> Where and when do I set the personId?
>>> I tried to look at some of the contact profile screens but found those
>>> hard to read and they seem to be based more on ftl which I understand is
>>> no longer recommended for new stuff.
>>> Thanks in Advance.
>>> -Milind
>>>
>>>
>>>
>>>
>>
>
>
>
>
>