Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Receiving Fields Read Only - Need to Edit

From: hankinskeith (2012-05-22 15:24)

Can anyone assist. In the receiving application, once you save the record all of the fields become read only. I need a comments field that I can edit for each item received. I tried to add a custom field for this but it still becomes read only once the record has been saved...
Is there any way to do this?


From: Juniko (2012-05-22 22:57)

What about if you do type your comment before you save the record?
Warm Regards,
Juniko
On May 22, 2012 10:24 PM, "hankinskeith@ymail.com" <
keith.d.hankins@aexp.com> wrote:
> **
>
>
> Can anyone assist. In the receiving application, once you save the record
> all of the fields become read only. I need a comments field that I can edit
> for each item received. I tried to add a custom field for this but it still
> becomes read only once the record has been saved...
>
> Is there any way to do this?
>
>
>


From: hankinskeith (2012-05-22 15:59)

Junko... The whole issue is that in many cases I have to edit the comment after the record has been saved.
...Can anyone assist. In the receiving application, once you save the record
> > all of the fields become read only. I need a comments field that I can edit
> > for each item received. I tried to add a custom field for this but it still
> > becomes read only once the record has been saved...
> >
> > Is there any way to do this?
--- In MAXIMO@yahoogroups.com, Juniko <juniko@...> wrote:
>
> What about if you do type your comment before you save the record?
>
> Warm Regards,
> Juniko
> On May 22, 2012 10:24 PM, "hankinskeith@..." <
> keith.d.hankins@...> wrote:
>
> > **
> >
> >
> > Can anyone assist. In the receiving application, once you save the record
> > all of the fields become read only. I need a comments field that I can edit
> > for each item received. I tried to add a custom field for this but it still
> > becomes read only once the record has been saved...
> >
> > Is there any way to do this?
> >
> >
> >
>
>
>
>


From: Juniko (2012-05-22 23:05)

Have you try to create a custom application using the matrectrans or
servrectrans table?
Then set all security related to those applications so only limited user
can do editing to the records.
Warm Regards,
Juniko
On May 22, 2012 10:59 PM, "hankinskeith@ymail.com" <
keith.d.hankins@aexp.com> wrote:
> **
>
>
> Junko... The whole issue is that in many cases I have to edit the comment
> after the record has been saved.
>
> ...Can anyone assist. In the receiving application, once you save the
> record
> > > all of the fields become read only. I need a comments field that I can
> edit
> > > for each item received. I tried to add a custom field for this but it
> still
> > > becomes read only once the record has been saved...
> > >
> > > Is there any way to do this?
>
> --- In MAXIMO@yahoogroups.com, Juniko <juniko@...> wrote:
> >
> > What about if you do type your comment before you save the record?
> >
> > Warm Regards,
> > Juniko
> > On May 22, 2012 10:24 PM, "hankinskeith@..." <
> > keith.d.hankins@...> wrote:
> >
> > > **
> > >
> > >
> > > Can anyone assist. In the receiving application, once you save the
> record
> > > all of the fields become read only. I need a comments field that I can
> edit
> > > for each item received. I tried to add a custom field for this but it
> still
> > > becomes read only once the record has been saved...
> > >
> > > Is there any way to do this?
> > >
> > >
> > >
> >
> >
> >
> >
>
>
>


From: in2data (2012-05-22 16:25)

Hi,
You need to create a condition that always evaluates to true.
Maybe name it RCVTRUE and the condition is 1=1.
Then in application designer add a signature option to the Receiving application maybe RCVCOMMENTS.
Add the field to the receipt table. Open the properties and add the RCVCOMMENTS signature option.
Then Configure the Conditional Properties. If you want it to apply to all users then choose the Everyone group. You do add every user to this group? Or add the groups that need to make the comments.
For each group add the RCVTRUE condition.
For each of those add the property value when true as
property = inputmode and value = query.
Go to the security group and give the group access to the RCVCOMMENTS signature option.
Should always be able to edit the comments field.
Dave Bone
--- In MAXIMO@yahoogroups.com, "hankinskeith@..." <keith.d.hankins@...> wrote:
>
> Can anyone assist. In the receiving application, once you save the record all of the fields become read only. I need a comments field that I can edit for each item received. I tried to add a custom field for this but it still becomes read only once the record has been saved...
>
> Is there any way to do this?
>


From: hankinskeith (2012-05-22 17:04)

Hi Dave - I'm in Maximo 6.2.4... I don't think I can create a condition... unless you know of a way? Please advise. Thank you in advance!
--- In MAXIMO@yahoogroups.com, "in2data" <in2data@...> wrote:
>
> Hi,
>
> You need to create a condition that always evaluates to true.
>
> Maybe name it RCVTRUE and the condition is 1=1.
>
> Then in application designer add a signature option to the Receiving application maybe RCVCOMMENTS.
>
> Add the field to the receipt table. Open the properties and add the RCVCOMMENTS signature option.
>
> Then Configure the Conditional Properties. If you want it to apply to all users then choose the Everyone group. You do add every user to this group? Or add the groups that need to make the comments.
>
> For each group add the RCVTRUE condition.
>
> For each of those add the property value when true as
> property = inputmode and value = query.
>
> Go to the security group and give the group access to the RCVCOMMENTS signature option.
>
> Should always be able to edit the comments field.
>
> Dave Bone
>
> --- In MAXIMO@yahoogroups.com, "hankinskeith@" <keith.d.hankins@> wrote:
> >
> > Can anyone assist. In the receiving application, once you save the record all of the fields become read only. I need a comments field that I can edit for each item received. I tried to add a custom field for this but it still becomes read only once the record has been saved...
> >
> > Is there any way to do this?
> >
>


From: hankinskeith (2012-05-22 18:24)

This was an interesting idea but when I try this, the fields still remain read only. They are not editable and I don't see a way to make them editable. Thoughts?
--- In MAXIMO@yahoogroups.com, Juniko <juniko@...> wrote:
>
> Have you try to create a custom application using the matrectrans or
> servrectrans table?
> Then set all security related to those applications so only limited user
> can do editing to the records.
>
> Warm Regards,
> Juniko
> On May 22, 2012 10:59 PM, "hankinskeith@..." <
> keith.d.hankins@...> wrote:
>
> > **
> >
> >
> > Junko... The whole issue is that in many cases I have to edit the comment
> > after the record has been saved.
> >
> > ...Can anyone assist. In the receiving application, once you save the
> > record
> > > > all of the fields become read only. I need a comments field that I can
> > edit
> > > > for each item received. I tried to add a custom field for this but it
> > still
> > > > becomes read only once the record has been saved...
> > > >
> > > > Is there any way to do this?
> >
> > --- In MAXIMO@yahoogroups.com, Juniko <juniko@> wrote:
> > >
> > > What about if you do type your comment before you save the record?
> > >
> > > Warm Regards,
> > > Juniko
> > > On May 22, 2012 10:24 PM, "hankinskeith@" <
> > > keith.d.hankins@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Can anyone assist. In the receiving application, once you save the
> > record
> > > > all of the fields become read only. I need a comments field that I can
> > edit
> > > > for each item received. I tried to add a custom field for this but it
> > still
> > > > becomes read only once the record has been saved...
> > > >
> > > > Is there any way to do this?
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> >
> >
> >
>
>
>
>