cancel
Showing results for 
Search instead for 
Did you mean: 

Control recipe

Former Member
0 Kudos

Hi,

I am using browser based PI sheet.

For all the phases of the operation, I need multiple start date, start time, end date and end time data to be filled by user. How do I create the process instruction category for multiple data entry (Which should be again optional). i want to combine all this 4 in one process instruction category? Is this possible.

Example of start date:

10 PPPI_DATA_REQUEST_TYPE Simple Data Request

20 PPPI_MESSAGE_CATEGORY DPREAD

30 PPPI_PROCESS_ORDER

50 PPPI_OPERATION

60 PPPI_PHASE

70 PPPI_PHASE_STATUS Start

90 PPPI_INPUT_REQUEST Operation/PhaseEventStartTime:

100 PPPI_REQUESTED_VALUE PPPI_EVENT_TIME

110 PPPI_INPUT_REQUEST Operation/PhaseEventStartDate:

120 PPPI_REQUESTED_VALUE PPPI_EVENT_DATE

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184574
Active Contributor
0 Kudos

Hi,

for charactristic PPPI_DATA_REQUEST_TYPE use value Repeated data request instead of simple data request. Include characteristic PPPI_MAXIMUM_TABLE_SIZE immediately after the characteristic PPPI_DATA_REQUEST_TYPE. for the characteristic PPPI_MAXIMUM_TABLE_SIZE give the value as 99. If you make this settings user will have the option of entering multiple times.

Use following ones for for default date and time of server.

  Charactristic                                       Value

PPPI_VARIABLE                                   CD

PPPI_AUTOMATIC_VALUE                 Event Date

PPPI_VARIABLE                                   CT

PPPI_AUTOMATIC_VALUE                 Event Time

PPPI_VARIABLE                                    H

Check and confirm

Thanks

Vinamrath

Former Member
0 Kudos

Hi Vinamrath,

Many thanks. I got the option of entering the date and time for multiple times.

I also got the server time by default without adding your suggestion.

My query is where do I add this as suggested by u ( after which characteristics)

Use following ones for for default date and time of server.

  Charactristic                                       Value

PPPI_VARIABLE                                   CD

PPPI_AUTOMATIC_VALUE                 Event Date

PPPI_VARIABLE                                   CT

PPPI_AUTOMATIC_VALUE                 Event Time

PPPI_VARIABLE                                    H

My one more requirement was that once I enter the date and time it should be greyed out and user should not be able to change once data is entered and save. As of now I can change n number of times(after everytime I come into the PI sheet).

Please help.

Regards,

Narendra

Former Member
0 Kudos

Hi Vinamrath,

Could you please reply.

Thanks.

Narendra

Former Member
0 Kudos

Hi Vinamrath,

Please ignore my last reply.

Many thanks. I got the option of entering the date and time for multiple times.

I also got the server time by default without adding your suggestion.

My one more requirement was that once I enter the date and time it should be greyed out and user should not be able to change once data is entered and save. As of now I can change n number of times(after everytime I come into the PI sheet).

Please help.

Regards,

Narendra

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please help. Also 1 more help, these fields should keep up default date and time (of server) and once entered should be non editable