cancel
Showing results for 
Search instead for 
Did you mean: 

Incompleteness Check - Date Types - CRM 5.0 - APPT_TYPE

Former Member
0 Kudos

Currently we are facing following problem:

A certain date profile is assigned to our service contracts. This date

profile contains e.g. the CONTSTART, contract start date.

We want the system to check that this date type is always filled out

BUT unfortunately this is not possible using the incompleteness

procedure.

Incompleteness procedure is set up in the following way:

Object Name APPOINTMENT

Field Name APPT_TYPE

Type CONTSTART

In other words: the system will check whether or not the date type

exists in the contract and not the fact that this date type is filled

out.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Roman,

Implement Order_Save badi,

here in read the appointment details using FM, CRM_ORDER_READ import parameter 'Appointment.

If content is not validated, throw the exception from within the badi method.

Best Regards,

Pratik Patel

<b>Reward with Points!</b>

Former Member
0 Kudos

Wrong customizing of incompleteness procedure.

If you are using object APPOINTMENT it makes no sense to put in

APPT_TYPE as a field name because it will never be initial. Therefore

IV-Protocol does not get filled.

Use e.g. TIMESTAMP_FROM or TIMESTAMP_TO instead.